Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.18 KB

React Todo List

Todo List Screenshot

Overview

Welcome to the React Todo List – a user-friendly solution for managing daily tasks. This lightweight application allows users to effortlessly add tasks, mark them as completed, and remove completed tasks.

Features

  • Add tasks with ease
  • Mark tasks as completed
  • Remove completed tasks
  • Responsive design for a seamless experience on various devices

Technologies Used

  • React.js

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/Todo-list.git 
  1. Navigate to the project directory:
cd Todo-list
  1. Install dependencies:
npm install
  1. Run the application:
npm start

Open your browser and visit http://localhost:3000

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines.

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

Thank you for contributing to the project! 🚀