This is the final group project developed at FLAG made to show our learned skills through a Web Store.
These instructions will allow you to get a copy of this project on your local machine for development and testing purposes.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
This project was built using:
- [React.js] (https://reactjs.org) - Library
- [Router] ("react-router-dom") - V6 - Used to direct from one page to another
- [Eslint] (https://eslint.org[ - Dependency
- [FakeStore] (https://fakestoreapi.com] - API
Now We will show you the routes we used and in case you create a new one please just have it included here.
GET http://localhost:3000/
- Homepage
PUT http://localhost:3000/login
- Login page
- Username - mor_2314
- Password - 83r5^_
GET http://localhost:3000/user
- Userpage with client data
GET http://localhost:3000/products:id
- Especific product's page, there you will find all the details from the productGET http://localhost:3000/products
- You will find all products and you can sort them in different categories then add to a side cartPOST http://localhost:3000/checkoutpage
- Go to a checkout page to view and add the necessary information to finish your purchase.
GET http://localhost:3000/notfound
- 404 Error
- Danilo Oliveira [Developer] - (https://github.com/DaniloWA)
- Milena Fleming [Developer] - (https://github.com/Fleemings)
- Sérgio Pinto [Developer] - (https://github.com/srg-malves)
⌨️ with ❤️ by all of us