isaka-james / login-form

This is the login page back-ended with AJAX and PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License

since 21 Feb,2024


LOGIN FORM WITH BACKEND SUPPORT

This is the Login page that is literary designed with Backend support including AJAX.
AJAX sending sending the request to the server using the POST method which is quietly safe when dealing with sensitive data(Login Credentials).

Check Demo . Report Bug · Request Feature

Don't take GitHub page seriously?
    Remainder!:: You can only view front-end design only with github pages.
    SETUPS
  1. Make a database named "LOGIN" and within it, create a table named "users" which will have two rows "email" and "pwd", you can insert datas whatever you like.
  2. Make sure "root" has a password "master123" unless you change it from the source code.

Contributing

As we all know that nothing is perfect as we come to these systems, I will feel much appreciated when one comes and report any vulnerability either XSS, sql-injections or other vulnerabilities.

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

(back to top)

About

This is the login page back-ended with AJAX and PHP.

License:MIT License


Languages

Language:CSS 41.5%Language:HTML 27.7%Language:PHP 15.6%Language:JavaScript 15.2%