ycanga / ToDoList---PHP

The To Do List project that I prepared using PHP programming language and MYSQL is ready for use.

Home Page:https://project.4lphasoftware.com/todolist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDoList---PHP

In this project, I wanted to make a project where you can take notes using MYSQL and PHP.

--> You need to be logged in for the project.

--> If you do not have an account, you can create a new account instantly.

--> If your login process is successful, the system will direct you to the homepage within 3 seconds.

--> After logging in, there is a field where you can enter your note and there are 3 buttons available to you.

  • Logout: allows you to log out securely.

  • Add note: It is used to save the note you have entered in the note field.

  • Delete All: this button deletes all your saved notes. (Be careful, this action cannot be undone.)

  • The green button in the note is designed for you to use when you complete your note.

  • The red button in the note is designed to delete that note. (Be careful, this action cannot be undone.)

For the installation of the project;

  • Put the given files in the localhost folder.

  • Go to phpmyadmin page.

  • Create a new database named "todolist" here.

  • Drag and drop the "todolist.sql" file given in the project files to the database you created.

  • Navigate to the project's location from your localhost page and it's ready to go.

Note: Entered user passwords and notes are encrypted while saving to the database and are only decrypted when the notes are printed on the screen.


An example of this project From here you can review.

About

The To Do List project that I prepared using PHP programming language and MYSQL is ready for use.

https://project.4lphasoftware.com/todolist


Languages

Language:PHP 99.8%Language:CSS 0.2%