Mobile App for campers to subscribe for activities
Mobile App of the FireCamp System. As a camper, you're able to do subscribe in activities.
To see the api, click here: FireCamp Rest API
To see the instructor interface, click here to take a look in the web aplicattion: FireCamp Web
This app features all the latest tools and practices development!
- React Native
- React Navigation
- Redux
- Redux-Saga
- Redux-Persist
- Immer
- Reactotron
- Prop-Types
- Styled-Components
- Axios
- Date-fns
- ESLint
- Clone this repo using
git clone https://github.com/thiagodff/FireCamp-ReactNative
- Move yourself to the appropriate directory:
cd FireCamp-ReactNative
- Copy the .env.example
cp .env.example .env
and set the environment variable - Run
yarn
to install dependencies - Run
react-native run-android
(orrun-ios
) to start the mobile app - Run
yarn start
to run the application
obs: make shure you have api running.
Create an administrative controller web page, be able to create and edit new plans for campers and enroll them.
Create a mobile app for instructors.
Show the current plan of the camper in your app.
- Modify api
- Admin page
- Instructor app
- Modify camper app
This project is licensed under the MIT License - see the LICENSE page for details.
Made with ♥ by Thiago 👋 See my linkedin!