Develop an app to help grow plants
- Register and authenticate user;
- View articles;
- Send feedback article;
- Forgot password and confirm account;
- View your status;
- Manager your plants.
To run and preview the project you will need to follow the next steps.
Below are the necessary tools for the project to work.
- NodeJS versão 16
Instalation guide NodeJS. - Expo SDK
Instalation guide Expo.
Run command to install project dependencies.
npm install
The scripts below run the project.
expo start # execute in developer mode
expo build # to build project
The scripts below run prettier and lint.
npm run lint # run lint validation
npm run prettier # run and fix non-standard code
The scripts below run jest tests.
npm run test:unit # run unit tests
npm run test:unit:ci # run unit tests coverage
npm run test:update:snap # update snapshots
Link to Expo Go:
App release
This project is licensed under the [APACHE 2.0] license - see the LICENSE file for details