/react-giphy-2022

Primary LanguageTypeScriptMIT LicenseMIT

Gifinder

Gifinder 2.0

Gifinder is a simple react application prototype for finding GIFS. Because this is a prototype, it uses the GIPHY public API.

Getting Started

Installing

Run the following commands to start the app in development mode. Please check the package.json script for further modes.

Clone this repo:

$ git clone git@github.com:richardblondet/react-giphy-2022.git react-giphy-2022 && cd react-giphy-2022

Install and start:

npm install && npm start

Verify app running at http://localhost:3000/

Testing:

npm run test

Lint:

npm run lint

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.