Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 661 Bytes

File metadata and controls

12 lines (10 loc) · 661 Bytes

React React Notes

React Notes is a note-taking web application built with React and SCSS, featuring smooth animations, client-side routing, and automatic saving.

Features

  • Create, edit, and delete notes
  • Search notes by content
  • Change note colors
  • Persistent storage using browser local storage
  • Client-side routing with react-router-dom: each note has its own link, new notes can be created via a link, and the browser's back button can be used for navigation
  • Automatic saving: notes are saved when closing a note or the browser tab, or navigating back
  • Smooth animations using framer-motion