Skip to content

📱 An app developed during @Rocketseat #NLW5, for the user to be able to register plants and be reminded of when to water them.

Notifications You must be signed in to change notification settings

lucalves/plant-manager

Repository files navigation

Plant Manager

An app developed for the user to be able to register plants and be reminded of when to water them.
You can see the project layout here. Developed during the Rocketseat NLW #5.

Screenshots 📷

Mobile Mockups

Technologies 👨‍💻

Install ⚙️

# Clone this repository
$ git clone git@github.com:lucalves/plant-manager.git

# Go into the repository
$ cd plant-manager

# Open the repository in the IDE (If you use VS Code)
$ code .

# Install dependencies with npm
$ npm install

# Start the application
$ expo start

# Start the fake api to simulate requests (replace <iphere> with your ip local address)
$ json-server ./src/services server.json --host <iphere> --port 3333 --delay 700

# Ready!

License

MIT

About

📱 An app developed during @Rocketseat #NLW5, for the user to be able to register plants and be reminded of when to water them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages