Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 981 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 981 Bytes

Notes 'n Quotes

A tool that allows user to add, edit and delete the randomly colored notes.

User can add a subject of each note, as well as insert text, that may be almost unlimited in it's length. All notes are visible in the main panel. However, clicking on a note allows to see it on full screen mode and edit it.

Additionally, the tool's settings options allow to:

  • generate a random, inspirational quote (used external API) that changes every hour,
  • pin a note to the top of a list,
  • change theme,
  • delete all notes.

Tool also gives instructions for the first entry of new note, in the form of arrows and comments, that dissapear on creation of a second note.

Notes and theme settings are stored in a local storage.

⚙️ Technologies used:

  • OOP,
  • Fetching external data, Async functionality and error handling,
  • Event propagation,
  • Local storage,
  • DOM manipulation,
  • Animations in CSS,
  • Forms creation,

Live: https://dejotb.github.io/Notes-n-Quotes/