Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.24 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.24 KB

NOTE BUDDY

Note buddy is a single page notepad app written in pure Javascript. For this project we wrote our own testing framework in Javascript in order to have clear unit tests for our modules.

We took an object oriented design and development approach to this project and using modular design patterns. We worked as an agile team in a 3 day sprint to design and develop all aspects of this project.

How to run locally

  • $ git clone
  • $ open index.html

Collaborators

  • Mengchen Wang
  • Zoe Hopkins
  • Rory Hodgson
  • James Stubbs

Technologies used

  • Pure Javascript

User Stories

As a programmer
I can see a list of my notes, where each note is abbreviated to the first 20 characters
So I can find the one I want
As a programmer
I can create a new note
So I can record something I need to remember
As a programmer
I can see the full text of an individual note on its own page
So I can see all the information in the note

Disclaimer!

Please do not use Note Buddy to store important information. Upon computer shutdown, page refresh or catastrophe all data will be lost. Use at your own peril!

alt text