This was a group project developed in the Software Development Course at Trybe. In this project we were able to catch products from Mercado Libre API and show them to the users. We also made a page so users could make a review of a product, the users also could add products on a shopping cart. Made on August 17th, 2021
This project had the contribution of:
First of all you need to download the project files, you can do this using git.
git clone git@github.com:erick-ol/react-online-store.git
After you clone the repository you need to enter the folder that contains the project you just downloaded and install all the dependencies of this application.
npm install
Then you just need to start your application to have fun and learn a lot more.
npm start