This project is a clone of the popular design-sharing platform, Dribble. It is fully interactive with features like user sign-up, profile creation, and email verification. It also includes dummy pages for terms and conditions, privacy policy, and notification settings.
User Sign-up: Allows new users to create an account. The sign-up form includes fields for name, username, email, and password.
Profile Creation: After sign-up, users can create their profile.
Email Verification: After sign-up, an email verification process is initiated.
What Brings You Here Section: A section for users to specify their intentions or goals.
Additional Pages: Includes Terms and Conditions, Privacy Policy, and Notification Settings pages.
Local storage concept in used for the minimal database of this project hence The whole data is stored in their own browser only.
HTML: Used for the basic structure of the website.
CSS: Used for the styling of the website.
Javascript: Used for the basic logic of the website.
To get started with the project, clone the repository and open the 'index.html' file in the browser.

