A simple, lightweight task management application built with React.
This task manager allows you to easily create, edit, and delete tasks, as well as mark them as completed or incomplete. You can filter tasks by category or search for specific keywords to find the tasks you need. The app is designed to be easy to use and customizable, so you can tailor it to your specific needs.
https://my-task-manager-react.netlify.app/
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
To use the app, simply type a task into the input field and press "Enter" or click the "Add" button. The task will be added to the list. Click the "X" button next to a task to delete it. You can also mark a task as complete by clicking the checkbox next to it.
This app was built with:
=>React =>CSS
If you'd like to contribute to this project, feel free to submit a pull request. Please make sure your code follows the existing coding style and includes tests