Skip to content

gjstirling/Note-orious-Single-Page-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-orious App

This is a single page web app built using pure Javascript. See a demo here.

Homepage

Installation instructions

If required:

brew update 
brew install node
brew upgrade node

Create a new server:

cd Notebook-Single-Page-App
npm install --global http-server

To run server:

http-server ./

Visit page:

open http://127.0.0.1:8080

Running the tests

Open specRunner.html in your browser. Follow the on screen instructions.


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

As a programmer
I can use shortcodes like `:fire:` that get converted into emojis like 🔥
So I can record notes with fun little pictures

About

A single page note taking application using vanilla Javascript and a bespoke testing framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •