Skip to content

dev-Vortex51/Todo-list-react

Repository files navigation

Todo List React

A simple and intuitive Todo List application built with React. This project helps users manage their daily tasks efficiently with an interactive and modern user interface.

Features

  • Add, edit, and delete todo items
  • Mark tasks as completed or pending
  • Filter todos by status (All, Completed, Pending)
  • Responsive and clean UI
  • Data persistence with local storage (if implemented)

Demo

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/dev-Vortex51/Todo-list-react.git
    cd Todo-list-react
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm start
    # or
    yarn start
  4. Open your browser and visit:
    http://localhost:3000

Project Structure

Todo-list-react/
├── public/
│   └── index.html
├── src/
│   ├── components/
│   ├── App.js
│   ├── index.js
│   └── ...other files
├── package.json
└── README.md

Scripts

  • npm start – Runs the app in development mode
  • npm run build – Builds the app for production
  • npm test – Runs test suite (if tests are available)

Technologies Used

  • React
  • JavaScript (ES6+)
  • HTML5 & CSS3

Contributing

Contributions are welcome! Please open an issue or submit a pull request for bug fixes, enhancements, or new features.

License

This project is licensed under the MIT License.


Made with ❤️ by dev-Vortex51

Releases

No releases published

Packages

 
 
 

Contributors