Skip to content

SamExperience/bloc-notes

Repository files navigation

📝 My Notes App

A simple, modern web app for managing personal notes — built with React (Vite), Redux Toolkit, Tailwind CSS, and localStorage. It includes login, registration, full note CRUD functionality, and a responsive UI.

🚀 Features

  • 👤 User authentication (login/register using localStorage, no backend)
  • 📝 Add, edit, delete notes
  • Mark notes as important or completed
  • 📂 Persistent data stored locally
  • 🌙 Dark mode support via Tailwind
  • 📱 Fully responsive design for all devices

🧠 Tech Stack


## 📦 Getting Started

Clone the repo and install dependencies:

```bash
git clone https://github.com/your-username/bloc-notes.git
cd my-notes-app
npm install

Run the development server:

npm run dev

🧪 Build for Production

To generate a production build:

npm run build

Preview the production build locally:

npm run preview

✍️ Author

Crafted with 💙 by SamExperience GitHub: @SamExperience


📌 Notes

  • User credentials and notes are stored in localStorage — no server or backend involved.
  • Logging out or clearing notes will remove data from the browser.
  • The app is responsive and supports mobile viewports.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published