- JS
- HTML
- Node
- Jest
small JS app designed to feed and care for virtual plants while practicing our functional programming skills
- clone template-repo to desired directory or download .zip file
- navigate to the template-repo directory in terminal or other command line interface
- while in the root directory run $ npm install
- once bundle.js and the mode_module are installed open index.html in any browser
{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this application depends on? We recommend deleting the project from your desktop, re-cloning the project from GitHub, and writing down all the steps necessary to get the project working again.}
- Any known issues
- should go here
{Let people know what to do if they run into any issues or have questions, ideas or concerns. Encourage them to contact you or make a contribution to the code.}
{Add your contact information here.}
create plant
after clicking
all the plant info appears w/ buttons
every time create plant is clicked, get another plant
plantCounter = 0;
newPlantHtml = all button and html in here button id = plantcounter+1
$("#wheretogo").append(newPlantHtml)