This project demonstrates the implementation of an authorization flow for Dribble, encompassing both signup and login functionalities. The implementation uses HTML for structure, CSS for styling, and JavaScript for interactivity. Below is a guide to understanding and setting up the project.
The project includes:
Login Flow: Allows users to sign in with Google or email and password. Signup Flow: Provides a form for users to create a new account.
login.html: Contains the login form. register.html: Contains the signup form.
login.css: Styles for the login page. register.css: Styles for the signup page.
main.js: Handles interactive functionality, including password visibility toggling and form validation. Installation and Setup
login.css: Styles for the main page. register.css: Styles for the main page. responsive.css: Responsive Styles for the main page.