https://github.com/tkovs/correios-app
Mobile application for tracking packages sent by Correios
https://github.com/tkovs/correios-app
react-native reactjs redux typescript
Last synced: about 1 month ago
JSON representation
Mobile application for tracking packages sent by Correios
- Host: GitHub
- URL: https://github.com/tkovs/correios-app
- Owner: tkovs
- License: mit
- Created: 2020-02-17T05:16:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:28:12.000Z (over 3 years ago)
- Last Synced: 2025-04-06T06:41:35.924Z (about 1 year ago)
- Topics: react-native, reactjs, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 67.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Correios Tracking
Correios Tracking App with React Native and Redux.


Technologies |
How To Use |
License
## :rocket: Technologies
This project was developed in my spare time with the following technologies:
- [ReactJS](https://reactjs.org/)
- [React Native](https://reactnative.dev/)
- [Redux](https://redux.js.org/)
- [redux-logic](https://github.com/jeffbski/redux-logic)
- [React Navigation](https://reactnavigation.org/)
- [Axios](https://github.com/axios/axios)
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
- [Testing Library](https://testing-library.com/)
- [redux-logic-test](https://github.com/jeffbski/redux-logic-test)
- [VS Code][vc] with [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) and [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
## :information_source: How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v8.16][nodejs] or higher + [Yarn v1.22][yarn] or higher installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/tkovs/correios-app
# Go into the repository
$ cd correios-app
# Install dependencies
$ yarn
# Run the app (Android)
$ yarn android
# Run the unit tests
$ yarn test
# Run the e2e tests (Android)
$ yarn detox-build-debug && yarn detox-test-debug
```
## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/tkovs/correios/blob/master/LICENSE) for more information.
---
Made with ♥ by tkovs :wave: [Get in touch!](https://www.linkedin.com/in/tkovs/)
[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