The purpose of Build Week is to empower students to demonstrate mastery of your learning objectives. The Build Weeks experience helps prepare students for the job market.
Ensuring that all your plants are consistently watered is actually pretty difficult. Water My Plants is an app that helps to solve those problems.
With an easy to use interface for creating a plant watering schedule tailored to each individual plant, Water My Plants will remind users when it's time to feed that foliage and quench your plants' thirst.
user
can sign-up / create an account by providing a uniqueusername
, a valid mobilephoneNumber
and apassword
.user
can login to an authenticated session using the credentials provided at account creation / signup.- Authenticated
user
can Create, Update and Delete aplant
object. At a minimum, eachplant
must have the following properties:id
: Integernickname
: Stringspecies
: Stringh2oFrequency
: Type determined by implementationimage
: (optional)
- Authenticated
user
can view a list of createdplants
. Aplant
can be deleted or selected to presentuser
with a detail view whereuser
can then update any property of the selectedplant
. - Authenticated
user
can update theirphoneNumber
andpassword
. - Authenticated
user
can update theirphoneNumber
andpassword
.
Deployed Url: https://water-my-plants-9-build-week.vercel.app
- Clone this repository.
git clone git@github.com:Build-Week-Water-My-Plants-8/front-end.git
- To install all the dependencies; React, Reactstrap, React-Router-DOM, Bootstrap, React-DOM, and React-Router.
npm install
- Run the server for the backend:
npm run server
- Start the application. It will open http://localhost:3000 in your browser
npm start
Arison Arias
Backend Engineer
Github: https://github.com/Arison13
Unit 4
Jared Hall
Backend Engineer
Github: https://github.com/Jaredhall18
Unit 4
Jayson Byrd
Frontend React Engineer
Github: https://github.com/ByrdJayson
Unit 3
Lia Moua
Frontend React Engineer
Github: https://github.com/moua0061
Unit 3
Ryan Howard
Frontend React Engineer
Github: https://github.com/ryansnorek
Unit 3
Kayla Famurewa
Frontend React Engineer
Github: https://github.com/kfam22
Unit 2
Brandon Booth
Frontend React Engineer
Github: https://github.com/brandon-bee
Unit 2
Gage Milligan
Frontend React Engineer
Github:https://github.com/gagemilligan
Unit 2