Help "visiteurs" with their visits and get their planning. From the app they can get, validate, cancel, daily visits. They can see emergencies visits in real time from back office
expo published app
And here are some credentials to connect to the front office :
- username: eric.salarie-1@ssdp.net
- or username: jeannette.salarie-28@ssdp.net
- or username: ramdane.salarie-42@ssdp.net
- password: 1234
- React Native
- Eslint (basic config)
- Prettier
- React Navigation
- React Context (with reducer) - redux-like
git clone <REPOSITORY URL>
- cd to the folder and then
yarn
ornpm i
, it will install all the packages you need. - modify the devconfig with your
API_URL
and remove the wordexample
yarn start
ornpm start
to start the project.yarn lint:fix
to run the linter