Skip to content

Projeto criado durante a imersão NLW edição 5 da Rocketseat.

Notifications You must be signed in to change notification settings

adelonmedeiros/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 used

Install

# Clone this repository
$ git clone https://github.com/adelonmedeiros/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 or yarn
$ yarn or npm install

# Start the application
$ expo start

# Start the fake api to simulate requests (replace <iphere> with your ip local address)
$ yarn server (
change to your <ip> in the package.json file, line 9) 
Or
$ json-server ./src/services server.json --host <iphere> --port 3333 --delay 700


# Ready!

About

Projeto criado durante a imersão NLW edição 5 da Rocketseat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published