A simple to-do list website, designed and developed for all the users who wish to manage their time effectively and wisely, or those who do-not remember their tasks.
- Description
- Technology Stack Used
- Running The Project
- Images
- Summary
- Authors
This website offers you your own personalized to-do list, where you can create and manage your tasks, i.e., you can add your pending tasks along with their description and deadline. On completion of your task, you can delete it. You will still be able to view your task in your history.
In order to view your task, you need to login with your login credentials. If you do not have an account, you can sign up via the signup page, and then login.
Moreover, you also have the option to sort your tasks as per the deadline (more recent first), and also filter tasks categorically.
- Front-End
- HTML
- CSS
- JavaScript
- Back-End
- PHP
- MySQL
- IDE Used
-
If you wish to run this project, follow the given procedure:
- Download and Install XAMPP.
- Open XAMPP and start Apache and MySQL.
- Reach out to the following link and import database todolist.sql: http://localhost/phpmyadmin/
- Reach out to the directory where xampp is installed. Copy and paste the project folder in xampp/htdocs .
- Finally, open the following link in your web browser. http://localhost/todolist/index.php
Front Page: | About Us: |
![]() |
![]() |
FAQ Page: | Contact Page: |
![]() |
![]() |
Login: | Sign-up: |
![]() |
![]() |
Add Task: | Edit Task: |
![]() |
![]() |
To-Do-List Page(With Tasks): | To-Do-List Page(Without Tasks): |
![]() |
![]() |
History Page(With Tasks): | History Page(Without Tasks): |
![]() |
![]() |
This to-do list website will be of great help to those who are new to web development, as it covers most of the basic aspects of web-development. More features can still be added to this website, and therefore, there is a lot of improvisation needed.