Go Ahead! Make Some Notes!

Tip: Double Click on any note to delete
Tip#2: If the color is Black, expect a random color

Choose a color for your note:

This project was heavily based on this video by Codefoxx . After completing the project and following along with the video, I went through and put comments in the code to further my understanding. This ended up being very helpful when adding others features and styles. Adding the ability to change the color of the note was a challenge and took a lot of googling and testing. I ultimately had to use a nested if else statement to make it work. Since the notes get their style properties from the Javascript, I struggled to make all of it work together. Overall, I am very happy with how it turned out.