Skip to content

kerisic/myJSNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Notes App

Requirements

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

As a programmer
I can refresh the page and still see my notes
So I can remember what I took down

Concepts applied

  • Frontend, single page web apps.
  • Events and event handlers.
  • Manipulating the Document Object Model (DOM).
  • Asynchronous requests.
  • Frontend templating.
  • Frontend routing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors