Skip to content

123HARSH456/TaskRelief

Repository files navigation

image

GitHub stars GitHub forks GitHub issues GitHub license

A simple task management application built with Vite and React.

Live Demo |

📖 Overview

TaskRelief is a straightforward task management web application designed to help users organize and track their daily tasks. It features a clean and intuitive user interface, allowing for easy task creation, editing, and completion. The application is built using React for the frontend and Vite for rapid development and optimized builds. It's ideal for individuals or small teams looking for a simple yet effective way to manage their to-do lists.

✨ Features

  • 🎯 Create and manage tasks with descriptions.
  • ☑️ Mark tasks as complete.
  • 📝 Edit existing tasks.
  • 🗓️ View tasks.
  • 🗑️ Delete completed or unnecessary tasks.

🛠️ Tech Stack

Frontend:

React Vite Tailwind CSS

🚀 Quick Start

Prerequisites

  • Node.js (version 16 or higher)
  • npm or yarn

Installation

  1. Clone the repository

    git clone https://github.com/123HARSH456/TaskRelief.git
    cd TaskRelief
  2. Install dependencies

    npm install
  3. Start development server

    npm run dev
  4. Open your browser Visit http://localhost:5173

📁 Project Structure

TaskRelief/
├── public/            # Static assets
├── src/
│   └── App.jsx       # Main application component
│   └── ...           # Other React components and files
├── index.html         # Main HTML file
├── package.json       # Project dependencies
├── package-lock.json  # Dependency lock file
├── vite.config.js     # Vite configuration
├── tailwind.config.js # Tailwind CSS configuration
└── ...

⚙️ Configuration

Environment Variables

No environment variables detected.

Configuration Files

  • tailwind.config.js: Configures Tailwind CSS.
  • vite.config.js: Configures the Vite build process.

🔧 Development

Available Scripts

Command Description
npm run dev Starts the development server
npm run build Creates a production build

🚀 Deployment

The application is deployed to Vercel.


⭐ Star this repo if you find it helpful!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published