App developed using React Native, Expo and Typescript. Allows the user to save plants and be reminded through notifications when to take care of it.
The following tools were used in the construction of the project:
See the file package.json for more detailed information.
- See plants ideal for each environment
- Save plants to be reminded
- Pick time to be reminded, for each plant
- Notification to user when it's time to take care of one of the saved plants
- Delete plants
- Data persisted locally on the device
$ git clone https://github.com/camilacno/nlw5-reactnative.git
$ yarn
$ json-server ./src/services/server.json --host <your Ip address> --port 3333 --delay 700
$ expo start
Run the application using the option of your choice.