/amodev-challenge

This challenge has the aim to list cars and their information using a fake API.

Primary LanguageTypeScript

📝 Description

This challenge aims to show a list of cars, with photo, price, manufacuting year, and etc., using a fake API to make the requisition to the front-end.


💻 Used Technologies

This challenge has been developed using the following technologies:


📁 Download

# Clone the repository
$ git clone https://github.com/jose-renato-m/amodev-challenge.git

# Install dependencies
$ yarn

# enter into the directory
$ cd amodev-challenge

# Open a second terminal

# Enter in the same directory of the first terminal

# At this second terminal run the fake json-server
$ yarn json-server server.json -p 3333

# At the first terminal run the app
$ yarn start

Made with 💙 by José Renato Montagnana 👋🏻 Get in touch!