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.
Find gifs on Giphy (by connecting through the Giphy API) and display the firsts results on the screen.
-
Clone repository
-
Create
.env
file in root folder of project with the following variable:VITE_GIPHY_KEY_API
- this variable has to have the key fromhttps://api.giphy.com
-
Run:
yarn install
- Run app
yarn dev
- Run test
yarn test