Skip to content

Ajay-Krishna00/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Application

This is a simple Todo List application built with React. It allows users to add, remove, and mark tasks as completed. The application is designed to be a straightforward and user-friendly way to manage your daily tasks. Hosted link: Github Pages

Features

  • Add new tasks
  • Mark tasks as completed
  • Remove tasks
  • Persist tasks in local storage

Technologies Used

  • React
  • CSS

Getting Started

To get a local copy of the project up and running, follow these simple steps.

Prerequisites

Make sure you have Node.js and npm installed on your local machine. You can download them from Node.js.

Installation

  1. Clone the repository
    git clone https://github.com/yourusername/todo-list.git
  2. Navigate to the project directory
    cd todo-list
  3. Install the dependencies
    npm install

Running the Application

To start the application, run:

npm start