Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 854 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 854 Bytes

#Notes App

This is a single page application created using vanilla JavaScript. It allows you to add items to a to do list.

####To use:

  • Clone this repository
  • Ensure Node.js is installed
  • Navigate to root directory in terminal and run npm install
  • Install http-server as per instructions on https://www.npmjs.com/package/http-server
  • Start the server and visit http://localhost:8080 to view
  • Create your notes! Please be aware that notes will not be persisted should you refresh the page.

####To test:

In root directory run open SpecRunner.html (xdg-open SpecRunner.html in Linux)

####Authors

Elizabeth Venner, Laszlo Bogacsi, Katy McCann, James Gardiner