TaskManager is a simple To-Do List application built using React.js, HTML, and CSS.
- Add tasks with descriptions
- Mark tasks as completed
- Remove tasks
- Responsive design for various devices
- React.js: Front-end library for building user interfaces.
- HTML: Markup language for structuring the application.
- CSS: Styling to enhance the visual appeal.
- Clone the repository:
bash git clone https://github.com/tanisha-user234/TaskManager.git
- Navigate to the project directory:
bash cd TaskManager
- Install dependencies:
bash npm install
- Start the development server:
bash npm start
- Open your browser and visit http://localhost:3000
- 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.
Feel free to contribute to the project by opening issues or submitting pull requests.
This project is licensed under the MIT License.
- Special thanks to the React.js community for their valuable resources.