zperez0 / powerPlant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Power Plant

By Z Perez

An application built for growing plants.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • WebPack
  • Jest
  • Babel
  • esLint
  • Git

Description

This application was created to learn functional programming. A user can choose to water, feed, or give light to a plant. This app is not completed.

WIP:

  • fix environment
  • finish building out index.js(jQuery)
  • complete html/css (add additional buttons, styling, etc)

Setup/Installation Requirements

  • Go to GitHub
  • Clone git repository to local machine
  • Navigate to the root folder and open the directory in your terminal
code .

Build Environment and open project in browser:

  • Navigate to root folder

  • Install packages by typing in the terminal:

npm install
npm run build
  • To start server:
npm run start

Known Bugs

  • environment issues with webpack & eslint

License

MIT

Copyright (c) 2022 Z Perez

About


Languages

Language:JavaScript 78.6%Language:HTML 21.4%