Skip to content

MLTut/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App

A simple and elegant todo application built with React.

Features

  • ✅ Add new tasks
  • ❌ Delete tasks
  • 📊 Task counter
  • 🎨 Modern UI with gradient design

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Navigate to the project directory:

    cd todo-app
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and visit the URL shown in the terminal (usually http://localhost:5173)

Usage

  • Type your task in the input field
  • Click "Add Task" or press Enter to add it to the list
  • Click "Delete" button next to any task to remove it
  • View the total task count at the bottom

Technologies Used

  • React 18
  • Vite (for fast development)
  • CSS3 (with gradients and animations)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors