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.
"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.
- 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.
For a closer look, check out the live demo or clone the repository and open the index.html
file in your web browser.
-
Clone the repository
git clone https://github.com/Okafor-Chiagozie/Quicky.git
-
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
-
Run the application
- Use a local development server (eg. XAMPP) or configure your web server to serve the PHP files.
To use "Quicky," follow these simple steps:
-
Open the
index.html
file in your preferred web browser. -
View Tasks:
- Upon loading the application, existing tasks will be displayed.
-
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.
-
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.
-
Delete a Task:
- Go to the task you want to delete.
- Click the corresponding "Delete" button to remove the task.
-
Asynchronous Updates:
- Notice that interactions with tasks are handled seamlessly with the server using asynchronous JavaScript.
- 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
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contact me at [ [email protected] ] for any inquiries or feedback.