Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 967 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 967 Bytes

Sticky Notes App

A convenient note-taking app to help you get through the workday at the desk.

The app utilizes localStorage to store and retrieve data in the browser, so your notes will be retained even if you accidentally (or intentionally) closed the browser window. Just open the app once more to find your notes. There is no expiry date unless the browser cache is cleared.

Learning Points

  • Learned about localStorage, which allows data storage in key-value pairs as strings in the browser. And since JSON is a string, it allows the storage of the data as JSON.
  • Learned about randomizing colors.
  • Learned about displaying current date and time.

Features

  • Sticky Notes
  • Randomize Background Color
  • Display Current Date and Time

Functionality

  • Create notes
  • Read notes
  • Update notes
  • Delete notes
  • Change background color

Tools Used

  • HTML
  • CSS
  • JavaScript

Responsiveness

  • Fully responsive

Source Control

  • GitLab