Technologies | How To Use | License
This project was developed in my spare time with the following technologies:
- ReactJS
- React Native
- Redux
- redux-logic
- React Navigation
- Axios
- react-native-vector-icons
- Testing Library
- redux-logic-test
- VS Code with Prettier and ESLint
To clone and run this application, you'll need Git, Node.js v8.16 or higher + Yarn v1.22 or higher installed on your computer. From your command line:
# 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
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by tkovs 👋 Get in touch!