The test consists of building two pages (Search and Result), where it is possible to find out the value of a vehicle. The API used is at https://deividfortuna.github.io/fipe.
This project was developed using cutting edge front-end technologies.
- Next.js
- ReactJS
- Typescript
- Context API
- Material UI
- React Hook Form
- Zod
- Eslint + Prettier (Linter and Code Formatter)
I decided to use the context API, as the application is simple and as it does not have so many states to be shared, it was not necessary to use redux.
- You need to install both Node.js
Clone the project and access the folder
$ git clone https://github.com/diegogasparcruz/mobiauto-frontend-challenge.git && cd mobiauto-frontend-challenge
Follow the steps below
# Install the dependencies
$ npm install
# Run the web server
$ npm run dev
The app will be available for access on your browser at http://localhost:3000