Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 736 Bytes

File metadata and controls

37 lines (24 loc) · 736 Bytes

Pocket Notes – React Notes App

Pocket Notes is a clean and responsive note-taking web application that allows users to create groups, choose colors for each group, and store unlimited notes.
All data is saved using localStorage, so your notes remain even after refresh.

Live Demo: https://pocket-notes-topaz-three.vercel.app/


Features

  • Create custom note groups
  • Choose a color for each group
  • Add unlimited notes inside groups
  • Persistent using localStorage
  • Responsive UI (mobile and desktop)
  • State management using React Context API

Tech Stack

Frontend:

  • React
  • Context API
  • CSS

Hosting:

  • Vercel

Storage:

  • LocalStorage

Project Structure