/oncar-frontend

This repository corresponds to the frontend made in React for the Oncar backend application.

Primary LanguageTypeScript

Oncar Frontend

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

โ—‹ Made With

React.js, TypeScript, Next.js, SASS, Jest.

๐ŸŽจ See the layout in Figma.

image

โ—‹ Getting Started

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. ๐ŸŽ‰

๐Ÿงช Tests

$ npm run test