Skip to content

Application that tells you how much and when to water certain species of plants

Notifications You must be signed in to change notification settings

adamhsecurity/frontend

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

94 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Water My Plants

A Lambda School "Build Week" collab project where contributors built a fullstack CRUD application in just a (work) weeks time.

Within the Web app you can:

  • Authorization & Authentication: Sign in or Sign Out
  • Create: Create new plant card
  • Read: Get a list of the current plants available on the dashboard
  • Update: Update a plant card's information
  • Delete: Delete cards that YOU create

demo

๐Ÿšจ Forking this repo (please read!)

๐Ÿ›  Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    yarn
  3. Start the development server

    npm start

๐Ÿš€ Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run start

About

Application that tells you how much and when to water certain species of plants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • HTML 4.4%