It's a cross-platform mobile application biult with react-native.
Plant Mannagar it's a cross-platform mobile app built with react-native to make life easier for people who have lots of plants and need to know the roght time to water them.
Below, a gif that shows the app working:
First you need to download this repository (or make a clone). After that, you should install the necessary dependencies with a single command:
yarn install
or
npm install
To run this application, open two windows of your terminal on the project root and execute:
In the first window
yarn server
In the second window
expo start
The first command will turn on the json-server which simulates an api, the second will run the application itself.