TaskBubble is a sleek To-Do List app built with React 🚀. It helps you add tasks with descriptions and priorities (Low, Medium, High) ✅, edit their statuses 📋, and delete them when no longer needed 🗑️. Stay organized by filtering tasks based on completion status or priority 🕵️♂️, and quickly search for specific tasks 🔍. With its responsive design 📱 and customizable themes 🎨, TaskBubble ensures a smooth experience across all devices.
-
🆕 Add Task: Create new tasks with descriptions and priority levels (Low, Medium, High).
-
✏️ Edit Tasks: Update task statuses by marking them as completed or incomplete.
-
🗑️ Delete Tasks: Remove tasks from the list.
-
🔍 Filter Tasks: View tasks based on their completion status or priority level.
-
🔎 Search Tasks: Search through tasks by description.
Adaptable layout for various screen sizes.
Customizable color themes for different task priorities and statuses.
-
Add a Task: Enter a task description and select a priority level, then click the "Add" button.
-
Mark a Task as Complete: Click the checkbox next to a task to mark it as completed. The background color of the task will change to indicate completion.
-
Delete a Task: Click the "Delete" button next to a task to remove it from the list.
-
Filter Tasks: Use the filter dropdown to view tasks based on completion status or priority level.
-
Search Tasks: Enter a keyword in the search bar to filter tasks by description.
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
To ensure your code is both properly formatted and free of linting issues, follow these steps:
-
Run Prettier to format your code:
npx prettier --write .
-
Run Prettier to format your code:
npm run lint --fix .