Collaborators: @AliceArmstrong, @nryn, @joemaidman, @aleximm1
Time taken: Five days
Technologies used:
- JavaScript
- CSS
- Trello
nōtoノート is a single-page web app made in JavaScript. Our aim of this project was to create a notebook web app with entirely no frameworks, including test frameworks like Jasmine. Our final web app includes all of the functionality of the user stories completed, as well as a few more extra features that are outlined on our Trello board. The app itself is live here.
To achieve this, we had to create our own testing framework from scratch; GenieJS. We created GenieJS in JavaScript and used it to TDD our project, building it up alongside our project by creating the testing functionality we needed before writing each bit of functionality for our web app.
nōtoノート:
GenieJS:
User stories:
As a programmer
So I can find the note I want
I want to 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 want to be able to create a new note
As a programmer
So I can see all the information in the note
I want to see the full text of an individual note on its own page

