erick-ol / react-online-store

Online Store made with React using Mercado Libre API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Store made with React

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:

How to download and run the project code

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

About

Online Store made with React using Mercado Libre API


Languages

Language:JavaScript 97.4%Language:HTML 2.3%Language:CSS 0.3%