This website is designed to provide a platform for users to organize their tasks.
The To-Do Website has the following features:
- Adding Task - User will be able to add new tasks.
- Deleting Task - User will be able to delete tasks.
- Marking Tasks as Completed - User will be able to mark a task as Done.
- Listing Tasks - All User Tasks would be listed infornt of them.
- Listing Completed Tasks - These will be shown with a Green Background.
- Listing Pending Tasks- These will be shown with a Grey Background.
This To-Do Website is made using the following technologies:
- HTML: The website's structure and content are written in HTML.
- CSS: The website's styling is done using CSS.
- JavaScript: The website's functionality is implemented using JavaScript.
- BootStrap: The website's CSS is enhanced using BootStrap.
- PHP: The website's backend is built using PHP.
- MySQL: The website's data is stored in a MySQL database.
To install the Notes Website, follow these steps:
- Install XAMPP on your machine.
- Clone this repository into
xampp/htdocs/
. - Import the SQL Tables.
- Start the XAMPP Server.
- Open the website in your browser at
http://localhost:80/assignmentphp/index.php