Skip to content

francowanseele/gif-finder

Repository files navigation

React + Vite: Gif Finder

This is a simple project and was built with the goal of having a clean project that includes a basic test. It was also created with vite instead of create-react-app to explore the pros and cons of both tools.

Features

Find gifs on Giphy (by connecting through the Giphy API) and display the firsts results on the screen.

Setup & Run

  1. Clone repository

  2. Create .env file in root folder of project with the following variable:

    • VITE_GIPHY_KEY_API - this variable has to have the key from https://api.giphy.com
  3. Run:

yarn install
  1. Run app
yarn dev
  1. Run test
yarn test