/gomarketplace

Projeto desenvolvido no desafio 08 do Bootcamp GoStack - Fundamentos do React Native

Primary LanguageTypeScript

GoMarketplace

GoMarketplace

This project has been built on the eighth challange of the Bootcamp GoStack from Rocketseat.

ObjectiveTechnologiesHow to run the application

💡 Objective

This application is a simple simulation of an e-commerce built in React Native and using Context API. The app shows a list of products and allows the user to increase or decrease the quantity of products in the cart and calculate the total price. The app use Async Storage to save the cart data.

🚀 Technologies

It was used these technologies in this project.

💻 How to run the application

Pre Requiriments

You will need these tools instaled in your machine:

# Clone this repository
$ git clone https://github.com/yesminmarie/gomarketplace

# Go into the folder of the project
$ cd gomarketplace

# Install the dependencies
$ yarn

# Start Metro Bundler
$ yarn start

# If you are using android run
$ yarn android

# If you are using ios run
$ yarn ios

# To initialize the Fake API run
$ json-server server.json -p 3333

# If the app doesn't show the products, run this command before start the emulate and before start the Fake API
$ adb reverse tcp:3333 tcp:3333