Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukemorales/rocketshoes-react-native
NetShoes Clone with React Native and Redux
https://github.com/lukemorales/rocketshoes-react-native
axios bootcamp-rocketseat codecamp gostack hermes netshoes react react-native redux redux-saga rocketseat styled-components
Last synced: 26 days ago
JSON representation
NetShoes Clone with React Native and Redux
- Host: GitHub
- URL: https://github.com/lukemorales/rocketshoes-react-native
- Owner: lukemorales
- License: mit
- Created: 2019-07-15T04:47:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T18:17:17.000Z (about 2 years ago)
- Last Synced: 2024-12-30T10:12:09.196Z (about 1 month ago)
- Topics: axios, bootcamp-rocketseat, codecamp, gostack, hermes, netshoes, react, react-native, redux, redux-saga, rocketseat, styled-components
- Language: JavaScript
- Size: 3.15 MB
- Stars: 40
- Watchers: 3
- Forks: 82
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Native RocketShoes
NetShoes Clone App with React Native and Redux.
Technologies |
How To Use |
License
## :rocket: Technologies
This project was developed at the [RocketSeat GoStack Bootcamp](https://rocketseat.com.br/bootcamp) with the following technologies:
- [ReactJS](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [Redux-Saga](https://redux-saga.js.org/)
- [React Navigation](https://reactnavigation.org/)
- [Axios](https://github.com/axios/axios)
- [Immer](https://github.com/immerjs/immer)
- [NumeralJS](http://numeraljs.com/)
- [styled-components](https://www.styled-components.com/)
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
- [react-native-shimmer-placeholder](https://github.com/tomzaku/react-native-shimmer-placeholder)
- [react-native-linear-gradient](https://github.com/react-native-community/react-native-linear-gradient)
- [Reactotron](https://infinite.red/reactotron)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]## :information_source: How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/lukemorales/rocketshoes-react-native rocketshoesRN# Go into the repository
$ cd rocketshoes-react-native# Install dependencies
$ yarn install# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"# Run the app (Android)
$ react-native run-android
```## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/lukemorales/rocketshoes-react-native/blob/master/LICENSE) for more information.---
Made with ♥ by Luke Morales :wave: [Get in touch!](https://www.linkedin.com/in/lukemorales/)
[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint