An interactive React.js app to filter and manage your tasks efficiently.
- Filter tasks by status (All, Completed, Pending)
- Mark tasks as complete or incomplete
- Delete tasks
- Responsive design
Clone the repository with git clone https://github.com/zubaircoder786/task-filter-app.git
, then navigate into the project folder using cd task-filter-app
. Install dependencies using either bun install
or npm install
. Run the app using bun dev
or npm run dev
, then open your browser at http://localhost:3000
(or the port specified).
React.js, Vite (build tool), Bun (optional runtime), CSS
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.
Made with ❤️ by Muhammad Zubair