Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.26 KB

README.md

File metadata and controls

75 lines (61 loc) · 2.26 KB

Treefy - APP 🌱

The plant app Fatec - SR TCC



Idea: 💡

Develop an app to help grow plants

Functionalities:

  • Register and authenticate user;
  • View articles;
  • Send feedback article;
  • Forgot password and confirm account;
  • View your status;
  • Manager your plants.

Running the project: 🚀

To run and preview the project you will need to follow the next steps.

Prerequisites:

Below are the necessary tools for the project to work.

Installing dependencies:

Run command to install project dependencies.

npm install

Executing the project:

The scripts below run the project.

 expo start # execute in developer mode
 expo build # to build project

Code validation:

The scripts below run prettier and lint.

 npm run lint # run lint validation
 npm run prettier # run and fix non-standard code

Tests:

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


Links: 🌐

Link to Expo Go:
App release

Styled components docs

React navigation docs


License

This project is licensed under the [APACHE 2.0] license - see the LICENSE file for details