Don Juan is an app that can be used to manage the orders of a pizzeria. The mobile app can be used by pizzeria clients and the web version should be used by the administrator.
This app was built to complete the Rocketseat Bootcamp.
- Clone this project.
- Install the dependencies:
yarn install
. - Make sure the backend server has been started.
- Start the app:
react-native run-android
.
You can find the backend project here.
You can find the web project here.
- react-native
- redux
- redux-saga
- reduxsauce
- styled-components
- axios
This project was bootstrapped with a template that I have created based on the Rocketseat Bootcamp.