Table of Contents
This project is a simple CRUD (Create, Read, Update, Delete) website built using PHP and MySQL. The system allows users (login, register, logout) and also manage a list of users. You can view and delete users from the table.
This is the login page once you are registered you will be able to access this page heres a screenshot
after your loged in you will be take to what i like to call a home page
You'll also be able to access the table where you can veiw all the registered users and there information and delete users too
Feel free to improve my work and do share with me any updates 😄 !! Things you can improve :
- Edit button
- Only admin can delete users
- Resposive Design
- php
- sql
- html
- javascript
- css
You will have to install a local XAMPP, WAMP, etc.. (Am using xampp server you can use whatever server you prefer) to get started copy the zip file to this directory DriveName:\xampp\htdocs
You will find the database info in the DB_INFO folder
- Clone the repository.
- Create a MySQL with the name
project
database and import theusers.sql
file. - Run the project on your local server (XAMPP, WAMP, etc.).
- Access the app at
http://localhost/LoginForm
- Frontend: HTML, CSS, javascript
- Backend: PHP
- Database: MySQL
This project is licensed under the MIT License.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Developed By - [maryam]
- Find me on github [@MaryamBinabdullah]
Project Link: https://github.com/MaryamBinabdullah
- the edit btn is a bit wanky (a bit is an under statement 0_0)
- i hope my codes aren't a big mess i tried to keep the whole thing tidy and to point as much as possible
- you'll find some comments here and there explaning how things work
Don't forget to give the project a star! Thanks again! 😄