Skip to content

A simple ToDo List application named "Quicky," allowing users to create, read, edit, delete, and update tasks. Built with HTML, CSS, JavaScript, and PHP.

License

Notifications You must be signed in to change notification settings

Okafor-Chiagozie/Quicky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ToDo List: Quicky

License

A simple ToDo List application named "Quicky," allowing users to create, read, edit, delete, and update tasks. Built with HTML, CSS, JavaScript, and PHP. Utilizes asynchronous JavaScript for seamless interactions with the server.

Table of Contents

Overview

"Quicky" is a straightforward ToDo List application designed for simplicity and efficiency. Users can perform basic tasks such as creating, reading, editing, deleting, and updating tasks. The application employs asynchronous JavaScript to handle interactions with the PHP backend, ensuring a smooth user experience.

Features

  • Task Operations: Create, read, edit, delete, and update tasks with ease.
  • Asynchronous Interaction: JavaScript handles interactions with PHP for seamless user experiences.
  • User-Friendly Interface: Simple and intuitive design for efficient task management.
  • Responsive Design: Seamlessly adapts to various devices, ensuring an optimal viewing experience for all users.

Preview

Screenshot 1 Screenshot 2

For a closer look, check out the live demo or clone the repository and open the index.html file in your web browser.

Getting Started

  1. Clone the repository

    git clone https://github.com/Okafor-Chiagozie/Quicky.git
  2. Set up the database

    • Create a new database (e.g. "quicky")
    • Import the SQL file (quicky.sql) to set up the schema
    • Update database configuration in config.php
  3. Run the application

    • Use a local development server (eg. XAMPP) or configure your web server to serve the PHP files.

Usage

To use "Quicky," follow these simple steps:

  1. Open the index.html file in your preferred web browser.

  2. View Tasks:

    • Upon loading the application, existing tasks will be displayed.
  3. Create a New Task:

    • Enter the task details in the first input section having the "Add a new task" placeholder.
    • Click on the "Add Task" button beside the input section.
  4. Update a Task:

    • Go to the task you want to update.
    • Click the corresponding "Edit" button.
    • The container of the task changes to an input section.
    • Modify the task details and click the corresponding "Update" button.
  5. Delete a Task:

    • Go to the task you want to delete.
    • Click the corresponding "Delete" button to remove the task.
  6. Asynchronous Updates:

    • Notice that interactions with tasks are handled seamlessly with the server using asynchronous JavaScript.

Contributing

  • Fork the repository
  • Create a new branch
    git checkout -b feature/your-feature
  • Make changes and commit
    git commit -m 'Add some feature'
  • Push to the branch
    git push origin feature/your-feature
  • Open a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Feel free to contact me at [ collincity111@gmail.com ] for any inquiries or feedback.

About

A simple ToDo List application named "Quicky," allowing users to create, read, edit, delete, and update tasks. Built with HTML, CSS, JavaScript, and PHP.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published