jose-renato-m / amodev-challenge

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ 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!

About

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


Languages

Language:TypeScript 94.4%Language:HTML 4.6%Language:JavaScript 1.0%