shreeyachatzz / PHP-Login_Signup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROJECT FEATURES:

  • Login with valid mail
  • Signup with valid info
  • Logout
  • Send Password reset link to mail-id
  • Redirection between pages
  • Responsive design for mobile devices

Important tools used

To make SignUp more user friendly: JustValidate

It is a moder form validation library which is simple, powerful and lightweight (~5kb gzip). Written in Typescript, and has no dependencies (no JQuery!)

with npm: npm install just-validate --save with cdn: Include JustValidate script on your page from CDN and call it as window.JustValidate <script src="https://unpkg.com/just-validate@latest/dist/just-validate.production.min.js"></script>

VISIT THEM AT: JustValidate

Classless Css used: Water.css

Water.css is a drop-in collection of CSS styles to make simple websites like this just a little bit nicer.

Now you can write your simple static site with nice semantic html, and Water.css will manage the styling for you.

Honestly, this is a game changer... saves a lot of time in styling.

To add it to your html: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">

VISIT THEM AT: Water.css

Sending an email from PHP: SMTP Server + PHPMailer

What is an SMTP Server?

Just like a web server serves websites, an SMTP Server sends emails. You can either install one SMTP Server locally or use many of the hundreds of links available online. You can also use Gmail's default SMTP server to send emails if you like. But for Gmail based SMTP you might have to configure your gmail account to allow script access. To know more about Gmail's SMTP visit Official Info

VISIT PHPMailer AT: PHPMailer

GLIMPSE:

Login Page Home Signup Page

note that no focus has been put to the UI of the project

About


Languages

Language:PHP 77.5%Language:HTML 12.2%Language:JavaScript 7.6%Language:Hack 2.7%