Skip to content

Jwheels/react-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List React App

This is a simple Todo List web application built using React. It allows you to keep track of your tasks and manage your to-do list efficiently.

Features

  • Add tasks to your to-do list.
  • Edit tasks on your to-do list.
  • Mark tasks as complete.
  • Delete tasks from the list.

'main-photo'

Installation

To run this app on your local machine, follow these steps:

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm start

    This will start the development server and open the app in your default web browser.

Usage

  • To add a new task, simply type it into the input field at the top of the page and press "Add task".

  • To mark a task as complete, click the text of the task.

  • To delete a task, click the delete button.

  • To edit tasks, click edit button and type new text into input field, then press "Update"

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

Project Structure

  • src/ contains the source code for the React app.
  • src/components/ contains React components.
  • src/App.js is the main application component.
  • src/App.css contains the styling.

Acknowledgments

  • This project was inspired by various online tutorials and resources.

Enjoy using the Todo List React App!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published