Skip to content

bereketAlemu-git/To-do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

This is a simple To-Do List application built with React. It allows users to add and remove tasks.

Features

  • Add new tasks
  • Remove existing tasks
  • Simple and intuitive user interface

Project Setup

To get started with the project, follow these steps:

Prerequisites

Make sure you have the following installed:

Installation

  1. Navigate to the project directory: Open your terminal (Command Prompt, PowerShell, Terminal, etc.) and navigate to the project directory. For example:
    cd path/to/my-todo-app
  2. Install Dependencies:
    npm install
  3. Start the Development Server:
    npm start
  4. Open the Application in a Browser: The application should automatically open in your default web browser at
    http://localhost:3000
    If it doesn't, you can manually open your browser and navigate to that URL.

Project Structure

my-todo-app/
├── node_modules/
├── public/
│   ├── favicon.ico
│   ├── index.html
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   └── robots.txt
├── src/
│   ├── App.css
│   ├── App.js
│   ├── App.test.js
│   ├── ToDo.js
│   ├── index.css
│   ├── index.js
│   └── reportWebVitals.js
├── .gitignore
├── package.json
└── README.md




About

This is a simple To-Do List application built with React. It allows users to add and remove tasks.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors