This repository is used as a code base for the code test. It uses the latest version of Nextjs, React, React testing library with TypeScript
You must fork this project and provide your url later
All pages are listed in the /pages folder and all components in /components
To start your test insall depencies:
npm i # or yarn
Then launch the app with:
npm start # or yarn start
This builds the app and runs it on to http://localhost:3000. The next instructions are displayed on the home page
To run tests, use npm test or yarn test.