This repository corresponds to the frontend made in React for the backend application.
To learn more about the requirements for this project, go to: https://github.com/oncarapp/job_challenge
React.js
, TypeScript
, Next.js
, SASS
, Jest
.
🎨 See the layout in Figma.
First, run the server:
https://github.com/ellenmariadev/oncar-backend
In the file /hooks/useData.ts and /hooks/usePostData.ts you can change the url server.
# Clone repository
$ git clone <https://github.com/ellenmariadev/oncar-frontend.git>
# Navigate to the root directory of the project
$ cd oncar-frontend
# Install dependencies
$ npm install
# Run application
$ npm run dev
$ Open http://localhost:3000 with your browser to see the result. 🎉
$ npm run test