Skip to content

Notepad application written and TDD'd in OO Javascript

Notifications You must be signed in to change notification settings

lewmoore/notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTEPAD

Giada Simonetti || Agata Golebiewska || Lewis Moore || Benjamin Pourian || Alex Sergides

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

(NB: notes will not be permanently stored. If the user refreshes their web page, they will lose their notes.)

GOAL OF THE PROJECT

The primary goal of this project was to create within five days a frontend, single page app using only pure JavaScript, which included creating our own testing framework.

APP USABILITY

1. User adds the note and clicks on the button to add that note to the list below:

Screenshot-1

2. User can now see that note on the list:

Screenshot-2

3. After adding few more notes, user can click on any note (the colour will change to red) to see the full text, as the list shows only the first 20 characters:

Screenshot-3

4. User can keep adding the notes, unless the page is refreshed:

Screenshot-4

About

Notepad application written and TDD'd in OO Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published