Skip to content

Ishant8287/Notes-App

Repository files navigation

Notely

A minimal, responsive notes app built with React and Tailwind CSS. Supports dark/light mode, full CRUD, and persistent storage via localStorage.

🔗 Live Demohttps://notes-app-black-alpha.vercel.app/


Tech Stack

Layer Technology
UI React 19
Styling Tailwind CSS v4
Build Tool Vite
Storage localStorage

Features

  • Create, edit, and delete notes
  • Dark / Light mode toggle
  • Auto date tracking per note
  • Persistent storage — notes survive page refresh
  • Fully responsive across mobile and desktop

Project Structure

src/
├── components/
│   ├── Header.jsx
│   ├── NoteForm.jsx
│   ├── NoteList.jsx
│   └── NoteCard.jsx
├── App.jsx
└── main.jsx

Getting Started

git clone https://github.com/Ishant8287/Notes-App.git
cd Notes-App
npm install
npm run dev

Screenshots

Dark Mode

Dark Mode

Light Mode

Light Mode


License

MIT

About

Minimal notes app with dark/light mode, CRUD operations and localStorage persistence. Built with React 19 + Tailwind CSS v4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors