https://github.com/yarapolana/rocketshoes-react-native
๐ NetShoes Clone using React Native and Redux
https://github.com/yarapolana/rocketshoes-react-native
json-server react-native redux redux-saga rocketseat-desafio-07
Last synced: 2 months ago
JSON representation
๐ NetShoes Clone using React Native and Redux
- Host: GitHub
- URL: https://github.com/yarapolana/rocketshoes-react-native
- Owner: yarapolana
- License: mit
- Created: 2019-12-18T21:52:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:17:53.000Z (over 3 years ago)
- Last Synced: 2025-08-04T18:49:05.743Z (11 months ago)
- Topics: json-server, react-native, redux, redux-saga, rocketseat-desafio-07
- Language: JavaScript
- Homepage:
- Size: 4.16 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐ React Native + Redux Challenge
This is a ecommerce mobile application for iOS & Android, and a code challenge from a class in Rocketseat's Bootcamp. The challenge involves implementing flux architecture to a react native project from scratch. Read Description

๐Description
Build a React Native project from scratch and implement flux architecture using Redux, Redux-Saga, and debug with Reactotron-react-native.
Use Json Server as your API.
Usage
To run the application first install dependencies
```
yarn or npm install
```
This application uses Json Server so make sure to have that running
```
json-server --watch server.json
```
Your server should be up and running here
```
http://localhost:3000
```
Then run the application
```
react-native run-ios or react-native run-android
```
Routes
Products
- `GET /products`: This route displays an array of all products.
- `GET /products/:id`: This route uses `id` as a parameter and displays a single product.
Stock
- `GET /stock`: This route displays all the stock available from each product.
- `GET /stock/:id`: This route uses `id` as a parameter and this is where you see stock for a specific product.
---
Check out the react version of this challenge here.
---
### License:
This project is made available under the [MIT LICENSE](LICENSE.md).
### Authors: