Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 2.12 KB

README.md

File metadata and controls

41 lines (21 loc) · 2.12 KB

ToDoList-Php-SQLite

A project made using PHP and SQLite

This project uses SQLite for the database and uses PHP to process the data. You can access the version of the same project with only HTML, CSS and JS codes using LocalStorage from my profile or from the link below.

https://github.com/BerkayAtass/To-Do-List-App

Activating SQLite functions for XAMPP

I used XAMPP while preparing this project. SQLite functions are disabled in XAMPP. To activate these, we need to edit the ";extension=sqlite3" section in the php.ini file as "extension=sqlite3" and save the text document. To turn off the feature, just put "; (semicolon)" in front of it again. If you are using another program for the server rather than XAMPP, you can get help from Google to enable the SQLite feature.

Screenshot_107

Screenshot_108

Features

(NEW!) You can create a new user. Separate todo tables are created for each user created. When creating a user, the same email can only be used once and passwords are hashed and kept.

Screenshot_100

Screenshot_101

You can add new to do

Screenshot_102

Screenshot_103

You can edit and delete a to do

Screenshot_63

Screenshot_64

You can search to do

Screenshot_65