Skip to content

SarthakKrishak/ElectronJs_taskManager

Repository files navigation

Task Manager App

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.


Features

  • 🎨 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.

Tech Stack

  • Frontend: React.js, Tailwind CSS
  • Data Storage: LocalStorage (browser-based persistence)

Getting Started

Follow these steps to run the project locally:

Prerequisites

  • Node.js installed on your machine
  • npm (or yarn) installed

Installation

  1. Clone the repository:

    git clone https://github.com/<your-username>/task-manager-app.git
    cd task-manager-app
  2. Change the directory:

    cd elec
    
  3. Run the react application:

    npm run dev
    
  4. Run the elctron application:

    npm run electron
    

Now the electron desktop app will open.

Plan your day properly !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published