This application presents views of files from the GiphyAPI. The code challenge makes amendments to react/src/components/Header.jsx file
Node version ~18
If using nvm
nvm install 18
nvm use 18
Requires Node version 16 or higher
Install dependencies - $ yarn install
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