A modern and minimal Notes App built with React, Vite, and Tailwind CSS. This app allows users to create, edit, archive, pin, and delete notes with support for a trash bin that auto-clears after 30 days. Fully responsive and optimized for all devices.
You can include screenshots or GIFs here showing the UI and features.
Clone the repository:
https://github.com/digvijayabhishikth/Notes_App_ReactJS.git
npm install
npm run dev
###๐ง Concepts Used
React Hooks (useState, useEffect, useReducer, useContext)
LocalStorage Sync with useEffect
Component-based architecture
Tailwind utility-first styling
Route-based rendering using react-router-dom
Auto-delete logic using timestamps
###๐ค Contributing
Pull requests are welcome! Feel free to open an issue or suggest new features.