Skip to content

A simple shop app with a cart to add and remove products. Made with React Native during the Rocketseat GoStack Bootcamp.

Notifications You must be signed in to change notification settings

vinicius-masiero/GoMarketplace

Repository files navigation

GoMarketplace

Screenshots

💻 Technologies

This project was made using the following technologies:

👷 How to run

# Clone Repository
$ git clone https://github.com/vinicius-masiero/GoMarketplace.git

📦 Run fake API

This project uses a fake API using json-server to list the products.
Remember to configure the API url inside the services folder based on the device you are running the app.
If you are running the app using Android Studio AVD: http://10.0.2.2:3333
If you are using the MacOS simulator: http://localhost:3333/

# Run API
$ yarn json-server server.json -p 3333

📱 Run Project

# Install dependencies
$ yarn install

# Run application
$ yarn android / yarn ios

About

A simple shop app with a cart to add and remove products. Made with React Native during the Rocketseat GoStack Bootcamp.

Resources

Stars

Watchers

Forks