Skip to content

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

 
 
 

Contributors

Languages

  • JavaScript 95.6%
  • HTML 4.4%