A responsive replica of Snapchat's login screen built using HTML, CSS, and JavaScript. This project is designed for front-end practice and UI/UX design showcase.
- 🎨 Responsive Design: Optimized for mobile screens.
- 💻 Clean Layout: Mimics Snapchat's official login page.
- 🔒 Mock Login Form: Includes email and password fields (non-functional).
- HTML5: For page structure.
- CSS3: For styling and responsive design.
- JavaScript: For added interactivity.
Follow these steps to view the project locally:
-
Clone the repository:
git clone https://github.com/tejazmali/snapchat-login-clone.git
-
Navigate to the project folder:
cd snapchat-login-clone
-
Open the
index.html
file in your browser:open index.html
- Replace the Snapchat logo with your own brand logo.
- Adjust styles in the CSS file to change colors, fonts, or layout.
- Add functionality to the login form using a backend service.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add feature-name'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.