A reminder app made with React Native, in order to explore and manage the plants to be watered.
This app features all the latest tools and practices in mobile development!
- ⚛️ React Native — A lib that provides a way to create native apps for Android and iOS.
- ⚛️ Expo — Is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- 🧭 React Navigation — Routing and navigation for React Native apps.
- Clone this repo using
git clone /~https://github.com/williamoliverpro/plantmanager
- Move yourself to the appropriate directory: cd plantmanager
- Run
npm install
oryarn
to install dependencies - Run
npm run dev
oryarn dev
to start the application
This project is licensed under the MIT License - see the LICENSE page for details.