Skip to content

A simple and intuitive web application for managing tasks. This project helps users to add, edit, and delete tasks easily. It's built using a modern front-end framework and is perfect for understanding the basics of state management and front-end development.

License

Notifications You must be signed in to change notification settings

ProjectDreadman/simple-todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-Do List App

A simple and intuitive web application for managing tasks. This project helps users to add, edit, and delete tasks easily. It's built using React and is perfect for understanding the basics of state management and front-end development. This will be updated later

Features

  • Add new tasks
  • Edit existing tasks
  • Delete tasks
  • Mark tasks as complete/incomplete

Tech Stack

  • JavaScript Framework: React
  • HTML
  • CSS

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

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

or

yarn install

Running the App

npm start

or

yarn start

The app will be available at http://localhost:3000.

Usage

  1. Add tasks using the input field.
  2. Edit tasks by clicking the edit button.
  3. Delete tasks by clicking the delete button.
  4. Mark tasks as complete/incomplete by clicking the checkbox.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple and intuitive web application for managing tasks. This project helps users to add, edit, and delete tasks easily. It's built using a modern front-end framework and is perfect for understanding the basics of state management and front-end development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published