yesminmarie / gomarketplace

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 61.3%Language:Java 12.6%Language:Ruby 11.0%Language:Objective-C 8.9%Language:JavaScript 4.9%Language:Starlark 1.2%