Skip to content

BerkayAtass/ToDoList-Php-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

A project made using PHP and SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published