Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Mobile application for tracking packages sent by Correios

Awesome Lists containing this project

README

        


React RocketShoes


Correios Tracking


Correios Tracking App with React Native and Redux.



GitHub top language

GitHub language count

GitHub commit activity

Repository size



GitHub last commit


Repository issues

GitHub


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