Skip to content

rishavkumarnit/pocket-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors