Phone Marketplace of not the latest models.
This project is based on a coding challenge accessible here.
It's home shows all mobile phones which link to a detailed view for each one.
The data is served from an API Rest built using Express.js
and Node
and is displayed using React
🏠 Homepage
cd client; npm install; cd ../server; npm install;
In different terminals
cd server; npm run dev;
cd client; npm start;
The web will open by itself.
Verb | Endpoint | Result |
---|---|---|
GET | "/" | Full phone list |
GET | "/details/:id" | Details of the phone |
Verb | Endpoint | Result |
---|---|---|
GET | "/api/phones" | Full phone json |
GET | "/api/phones/:id" | Phone json by recovered by ID |
👤 Teodoro López
- Github: @Teo-Lopez
- LinkedIn: @teodorolopezgarcia
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if you liked this project!
Copyright © 2021 Teodoro López.
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator