Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 1.75 KB

README.md

File metadata and controls

84 lines (58 loc) · 1.75 KB

High level overview description of the group project


App functionality:

How to use

Description of user flow and an explanation of how it all works


Features list

[ x ] check list

Screenshots of the app (user flow/UI)

Without styling
[images]
With styling
[images]

Process notes

Goals / Learning objectives

  • Build a frontend single-page app using only pure Javascript.
  • Request and use data from an external API.
  • Write a testing framework in Javascript.

Planning


User stories

As a programmer
So I can find the one I want
I can see a list of my notes, where each note is abbreviated to the first 20 characters


As a programmer
So I can record something I need to remember
I can create a new note


As a programmer
So I can see all the information in the note
I can see the full text of an individual note on its own page


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


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

Sequence diagram modelling how the interface might work

diagram


Tests

Explanation of design process What does it include, why? how do you use it? What is it testing

How to run the tests


Designed by: