Skip to content

ten4ssdp/mobile-app

Repository files navigation

Mobile application for SSDP

Developers

Description

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

Published application

expo published app
And here are some credentials to connect to the front office :

Technologies

  • React Native
  • Eslint (basic config)
  • Prettier
  • React Navigation

State Management

  • React Context (with reducer) - redux-like

How it works

  • git clone <REPOSITORY URL>
  • cd to the folder and then yarn or npm i , it will install all the packages you need.
  • modify the devconfig with your API_URL and remove the word example
  • yarn start or npm start to start the project.
  • yarn lint:fix to run the linter

How to publish to store

Thanks for contributing