A sleek and professional Task Manager App built with React.js to efficiently manage your daily tasks. This app allows users to create, color-code, and delete tasks with ease while offering a visually appealing and interactive design.
- 🎨 Add Tasks: Input task title, description, and assign a custom color.
- 🗂️ Color Coding: Visually organize tasks using intuitive color buttons.
- 🗑️ Delete Tasks: Remove tasks with a single click.
- 🌐 Persistent Data: Tasks are saved locally in the browser via
localStorage
. - 💻 Responsive Design: Optimized for both desktop and mobile screens.
- 🌟 Interactive UI: Elegant gradients, hover effects, and intuitive layouts.
- Frontend: React.js, Tailwind CSS
- Data Storage: LocalStorage (browser-based persistence)
Follow these steps to run the project locally:
- Node.js installed on your machine
- npm (or yarn) installed
-
Clone the repository:
git clone https://github.com/<your-username>/task-manager-app.git cd task-manager-app
-
Change the directory:
cd elec
-
Run the react application:
npm run dev
-
Run the elctron application:
npm run electron