App screenshot:
Testing framework screenshot:

This app is the result of a challenge to make a notes app when attending the Makers Academy Bootcamp. The project was undertaken by a team of 4 and the theme was decided on as the wrestler Triple H. The aim of the project was to develop our JavaScript skills into a functioning app from a standing start. In the process, writing our own testing framework (named pedigree), and working with APIs (emojify api) to bring our text to life. Below are the user stories developed to guide the projects development.
As a programmer
I can create a new note
So I can record something I need to remember
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 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