denzgrant / Note-Taker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note Taker

A website that can be used for writeing notes or creating tasks. It was created with Node.js and Express https://ancient-scrubland-73509.herokuapp.com/

User Story

  • AS A user, I want to be able to write and save note
  • I WANT to be able to delete notes I've written before
  • SO THAT I can organize my thoughts and keep track of tasks I need to complete

Table of Contents

Installation

  1. Clone this repository.
     git clone https://https://github.com/denzgrant/Note-Taker.git
    
  2. Navigate into the cloned directory.
     cd template-engine-employee-summary
    
  3. Install Nodejs dependencies.
     npm install
    
  4. In the root directory of the project, start the app.
     node app.js
    

License

Licensed under the Unlicense

Contributing

Anyone is free to contribute to this application. Being an open source community makes the Dev community special. Any contributes are appreciated.

Tests

To test this project, follow these directions:

Testing for this application can be done with using Jest. This can be accomplished by typing in "npm run test" in command line.

Questions

Any questions regarding this project, contact denzgrant@gmail.com directly.

About


Languages

Language:JavaScript 61.9%Language:HTML 26.4%Language:CSS 11.7%