Access the deployed frontend on (https://kt-assignment.herokuapp.com) This is deployed on Heroku
- Clone the repo and perform a
yarn install
to instal all package dependencies. - Add a .env file in the root directory. Setup an environment variable called REACT_APP_SERVER_URL with the api link appended with /artists. i.e. www.link.com/artists/. Setup a variable called REACT_APP_API_ID with your API_ID
- Use the
yarn start
script to start up the application
src
contains all the required componentscomponents
contains all reuseable componentsrouter
contains main level pagesstate
contains your context storeutils
contains all helper functions and constants required throughout the app__test__
contains unit tests for all the components
- Files are named according to their main responsibility
- Add animations on layout shifts