Skip to content

lcnogueira/don-juan-mobile

Repository files navigation

don-juan-mobile

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.

How to start the mobile app

  1. Clone this project.
  2. Install the dependencies: yarn install.
  3. Make sure the backend server has been started.
  4. Start the app: react-native run-android.

Backend project

You can find the backend project here.

Web project

You can find the web project here.

Used technologies/libraries

  • react-native
  • redux
  • redux-saga
  • reduxsauce
  • styled-components
  • axios

Preview

Final Bootcamp Challenge - Screen 1 Final Bootcamp Challenge - Screen 2 Final Bootcamp Challenge - Screen 3

React Native Boilerplate

This project was bootstrapped with a template that I have created based on the Rocketseat Bootcamp.