Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 1.2 KB

README.md

File metadata and controls

69 lines (35 loc) · 1.2 KB

TaskManager

TaskManager is a simple To-Do List application built using React.js, HTML, and CSS.

Features

  • Add tasks with descriptions
  • Mark tasks as completed
  • Remove tasks
  • Responsive design for various devices

Technologies Used

  • React.js: Front-end library for building user interfaces.
  • HTML: Markup language for structuring the application.
  • CSS: Styling to enhance the visual appeal.

Getting Started

  1. Clone the repository:

bash git clone https://github.com/tanisha-user234/TaskManager.git

  1. Navigate to the project directory:

bash cd TaskManager

  1. Install dependencies:

bash npm install

  1. Start the development server:

bash npm start

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

Usage

  • Add tasks by entering a description and clicking "Add Task."
  • Edit the tasks by sing the edit icon
  • Remove tasks by clicking the delete icon next to each task.

Contributing

Feel free to contribute to the project by opening issues or submitting pull requests.

License

This project is licensed under the MIT License.

Acknowledgements

  • Special thanks to the React.js community for their valuable resources.