Skip to content

caltv/GiphyAPI

 
 

Repository files navigation

Install

React code challenge

This application presents views of files from the GiphyAPI. The code challenge makes amendments to react/src/components/Header.jsx file

Requirements

Node version ~18

If using nvm

nvm install 18
nvm use 18

Prerequisite

Requires Node version 16 or higher

Install dependencies - $ yarn install

Running the App & Tests

To run the application (from the react folder)

yarn start
(alternatively npm start)

And open a browser at http://localhost:3000

To run the tests

yarn test
(alternatively npm test)

Production Build - $ yarn build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • HTML 14.4%
  • SCSS 4.1%
  • Other 2.0%