https://github.com/patrick-rush/rails-js-drip-frontend
Never let your ferns get crispy or your pothos wilt again with Drip keeping track of when they need a drink. Set or change the watering interval of each of your plants to make sure you keep on top of their personalized schedules! The backend repo lives here -> https://github.com/patrick-rush/rails-js-drip-backend
https://github.com/patrick-rush/rails-js-drip-frontend
flatiron-school-project plants rails-api vanilla-javascript vanilla-js
Last synced: over 1 year ago
JSON representation
Never let your ferns get crispy or your pothos wilt again with Drip keeping track of when they need a drink. Set or change the watering interval of each of your plants to make sure you keep on top of their personalized schedules! The backend repo lives here -> https://github.com/patrick-rush/rails-js-drip-backend
- Host: GitHub
- URL: https://github.com/patrick-rush/rails-js-drip-frontend
- Owner: patrick-rush
- Created: 2020-12-31T01:43:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T01:52:09.000Z (over 5 years ago)
- Last Synced: 2025-01-12T10:47:49.752Z (over 1 year ago)
- Topics: flatiron-school-project, plants, rails-api, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://youtu.be/tl1ZKZvQgIc
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DRIP - Front End
Drip is a web application that can help you manage your houseplants. You can schedule watering events, automatically schedule future ones when you water your plant, keep notes, and adjust watering frequency, as well as record your plant's name, species, and location.
## Back End Installation
The back end repo can be found [here](https://github.com/patrick-rush/rails-js-drip-backend). Installation information can be found in the README file in that repo.
## Front End
Fork and clone this repo then run `open index.html` to open in your browser.
## Roadmap
Future versions of this app may include the following:
* More modularization
* Multi-user interface
* Different types of care events (fertilize, repot, etc.)
* Ability to group plants by room or species
## Versions
ruby - 2.6.1
rails - 6.0.3.4
## Contributing
You are welcome to submit pull requests as you see fit.
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Info
This project was created for the Javascript portion of Flatiron School's Software Engineering program. Thank you for checking it out!