This repo contains the skeleton for the frontend coding challenge at Culture Trip. On the day of the challenge, you will receive a PDF containing a description of the tasks and some sample screenshots to help you.
- run
npm i
to install all the dependencies. - run
npm start
to start the app.
Tests are written using Jest and React Testing Library. To run the test suite, you can simply use npm run test