Skip to content

This is a simple and intuitive to-do list web application built using React. It allows users to add, view, and manage tasks easily. The app leverages React’s state management to update the task list dynamically as the user interacts with it.

Notifications You must be signed in to change notification settings

aaronjpark/todo-list-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Web App

Description

This project is a simple to-do list web application built with React. The app allows users to add tasks to a list and view them dynamically. It demonstrates fundamental React concepts, including state management with the useState hook, event handling, and dynamic rendering of list items.

Features

  • Add Tasks: Users can add tasks to the to-do list by typing in the input field and clicking the "Add" button.
  • View Tasks: The tasks are displayed in a list below the input field.
  • Clear Input Field: The input field is automatically cleared after a task is added.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/todo-list-app.git
  2. Navigate to the project directory:
    cd todo-list-app
  3. Install the required dependencies:
    npm install
  4. Start the server:
    npm run dev

About

This is a simple and intuitive to-do list web application built using React. It allows users to add, view, and manage tasks easily. The app leverages React’s state management to update the task list dynamically as the user interacts with it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published