Skip to content

A simple but efficient ecommerce app with products gallery and user info storage.

Notifications You must be signed in to change notification settings

AryanSwaroop/QuickList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuickList

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/AryanSwaroop/QuickList.git
    cd QuickList
  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Create a .env file in the root directory.
    • Add necessary environment variables (if any).
  4. Start the application:

    npm start

The application will start and be available at http://localhost:3000.

Usage

  1. Create an Account: Sign up to start using QuickList.
  2. Log In: Access your tasks using your credentials.
  3. Add Tasks: Use the provided form to add new tasks to your list.
  4. Edit/Delete Tasks: Manage your tasks by editing or deleting them as needed.
  5. Mark as Complete: Click the checkbox next to a task to mark it as complete or pending.
  6. Filter Tasks: Use the filter options to view completed, pending, or all tasks.

Contributing

Contributions to QuickList are welcome! If you find any bugs or have suggestions for improvements:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Submit a pull request describing your changes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Links


Feel free to customize this template according to your specific project requirements.

About

A simple but efficient ecommerce app with products gallery and user info storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published