Code Monkey home page Code Monkey logo

php-login_signup's Introduction

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

php-login_signup's People

Contributors

shreeyachatzz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.