QuickList is a simple and efficient task management application designed to help users manage their daily tasks and to-do lists. It is built using modern web technologies and provides a straightforward, user-friendly interface for managing tasks.
- Add Tasks: Create new tasks quickly with a simple form.
- Edit Tasks: Update the details of existing tasks.
- Delete Tasks: Remove tasks from the list.
- Mark as Complete: Toggle task completion status.
- Filter Tasks: View tasks based on their completion status (all, completed, pending).
- Responsive Design: Accessible on various devices including desktops, tablets, and smartphones.
-
Clone the repository:
git clone https://github.com/AryanSwaroop/QuickList.git cd QuickList
-
Install dependencies:
npm install
-
Set up environment variables:
- Create a
.env
file in the root directory. - Add necessary environment variables (if any).
- Create a
-
Start the application:
npm start
The application will start and be available at http://localhost:3000
.
- Create an Account: Sign up to start using QuickList.
- Log In: Access your tasks using your credentials.
- Add Tasks: Use the provided form to add new tasks to your list.
- Edit/Delete Tasks: Manage your tasks by editing or deleting them as needed.
- Mark as Complete: Click the checkbox next to a task to mark it as complete or pending.
- Filter Tasks: Use the filter options to view completed, pending, or all tasks.
Contributions to QuickList are welcome! If you find any bugs or have suggestions for improvements:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Submit a pull request describing your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feel free to customize this template according to your specific project requirements.