This project is a simple HTML and Tailwind CSS implementation of a Facebook Login Page clone. It aims to replicate the basic structure and styling of the popular entertaining Facebook Login Page.This project Showcases the power of HTML and Tailwind CSS.
+
+
+
+
+## :zap: How to run it? đšī¸
+
+
+
To run this project locally, follow these steps:
+
+1. Fork the repository.
+
+2. Clone the repository to your local machine:
+ git clone https://github.com/your-username/Facebook-Login-Page.git
+
+3. Open the project folder in your preferred code editor, now you can view website in live.
+
+
diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/images/favicon.png b/Front-end-Projects/Basic/Facebook-Login-Page/images/favicon.png
new file mode 100644
index 00000000..2c83ce5f
Binary files /dev/null and b/Front-end-Projects/Basic/Facebook-Login-Page/images/favicon.png differ
diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/images/fb.svg b/Front-end-Projects/Basic/Facebook-Login-Page/images/fb.svg
new file mode 100644
index 00000000..70542b2d
--- /dev/null
+++ b/Front-end-Projects/Basic/Facebook-Login-Page/images/fb.svg
@@ -0,0 +1,3 @@
+
diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/index.html b/Front-end-Projects/Basic/Facebook-Login-Page/index.html
new file mode 100644
index 00000000..4de83db5
--- /dev/null
+++ b/Front-end-Projects/Basic/Facebook-Login-Page/index.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+ Facebook - Login or Sign up
+
+
+
+
+
+
Facebook helps you connect and share with the people in your life.
+
+
+
+
+
+ Forgotten Password
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/screenshot.webp b/Front-end-Projects/Basic/Facebook-Login-Page/screenshot.webp
new file mode 100644
index 00000000..f1f23a33
Binary files /dev/null and b/Front-end-Projects/Basic/Facebook-Login-Page/screenshot.webp differ
diff --git a/Front-end-Projects/README.md b/Front-end-Projects/README.md
index ed9a6d5c..884289be 100644
--- a/Front-end-Projects/README.md
+++ b/Front-end-Projects/README.md
@@ -35,7 +35,9 @@
| 8 | [Spotify Clone](./Intermediate/Spotify-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) |
| 9 | [Apple Clone](./Intermediate/Apple-Clone )| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) |
| 10 | [Reddit Clone](./Intermediate/Reddit-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) |
- 11 | [Microsoft Clone](./Intermediate/Microsoft-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) |
+| 11 | [Microsoft Clone](./Intermediate/Microsoft-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) |
+| 12 | [Facebook Login Page](./Basic/Facebook-Login-Page) | ![Basic](https://img.shields.io/badge/Basic-00FF00?style=for-the-badge) |
+
diff --git a/database/frontend.json b/database/frontend.json
index 5f3c4e07..3631a060 100644
--- a/database/frontend.json
+++ b/database/frontend.json
@@ -33,5 +33,10 @@
"tag": "Intermediate",
"title": "Microsoft Clone",
"description": "This project is a simple HTML and Tailwind CSS implementation of a Microsoft website clone. It aims to replicate the basic structure and styling of the popular entertaining website Microsoft. This project Showcases the power of HTML and Tailwind CSS."
+ },
+ {
+ "tag": "Basic",
+ "title": "Facebook Login Page",
+ "description": "This project is a simple HTML and Tailwind CSS implementation of a Facebook Login Page clone. It aims to replicate the basic structure and styling of the popular entertaining Facebook Login Page. This project Showcases the power of HTML and Tailwind CSS."
}
]
\ No newline at end of file