A premium, modern task management application built with React and Tailwind CSS 4. This project fulfills the requirements of the education program.
- Full CRUD Operations: Add, List, Update, and Delete tasks efficiently.
- Modern UI/UX: Dark mode with glassmodphism, smooth transitions, and vibrant gradients.
- Responsive Design: Works seamlessly on mobile and desktop.
- Persistence: Data is saved to LocalStorage for offline use.
- Framework: React (Vite)
- Styling: Tailwind CSS 4
- Language: JavaScript (ES6+)
- Storage: Browser LocalStorage
src/Components: Reusable UI components likeTaskFormandTaskList.src/Pages: Main application pages (Dashboard).src/Interfaces: Data structures and initial state.
- Clone or download the repository.
- Install dependencies:
npm install
- Run the development server:
npm run dev
Prepared as part of the education program framework.