Skip to content
/ notes Public

πŸ“ A simple React + Vite Notes App where you can create, edit, search and delete notes. All notes are saved in localStorage for persistent access.

License

Notifications You must be signed in to change notification settings

nirdhum/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Notes - React + Vite

A simple yet efficient Notes Application built with React and Vite. Users can create, edit, search and delete notes β€” all stored in the browser's localStorage, ensuring your data persists even after refreshing or closing the browser.

πŸš€ Features

  • 🧠 Create notes instantly
  • πŸ–‹οΈ Edit any note with ease
  • πŸ—‘οΈ Delete notes you no longer need
  • πŸ’Ύ Persistent storage using localStorage
  • ⚑ Built with Vite for blazing fast performance
  • πŸ“± Fully responsive and lightweight

πŸ–ΌοΈ Demo

  • Will be available soon

πŸ“¦ Tech Stack

πŸ“‚ Folder Structure

notes/
β”œβ”€β”€ src/
β”‚ β”œβ”€β”€ components/
β”‚ β”‚ β”œβ”€β”€ createDate.jsx
β”‚ β”‚ └── NoteItem.jsx
β”‚ β”œβ”€β”€ img/
β”‚ β”œβ”€β”€ screens/
β”‚ β”‚ β”œβ”€β”€ CreateNote.jsx
β”‚ β”‚ β”œβ”€β”€ EditNote.jsx
β”‚ β”‚ └── Notes.jsx
β”‚ β”œβ”€β”€ App.jsx
β”‚ β”œβ”€β”€ index.css
β”‚ └── index.jsx
β”œβ”€β”€ .gitignore
β”œβ”€β”€ index.html
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
└── vite.config.js

πŸ› οΈ Getting Started

Follow these steps to run the project locally:

1. Clone the repository

git clone hhttps://github.com/nirdhum/notes.git
cd react-notes-app

2. Install dependencies and Run the app

npm install
npm run dev

🧠 How It Works

  • On app load, it checks localStorage for any saved notes.
  • Notes are stored as an array of objects in localStorage.
  • Each time a note is created, edited, or deleted β€” the changes are instantly synced with localStorage.

🧾 License

This project is open-source and available under the MIT License.

πŸ‘€ Author

Nirdhum

About

πŸ“ A simple React + Vite Notes App where you can create, edit, search and delete notes. All notes are saved in localStorage for persistent access.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published