-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d205882
commit 70a0c1c
Showing
1 changed file
with
51 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,147 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>LikeMee - Spread Love and Likes!</title> | ||
<style> | ||
body { | ||
font-family: 'Arial', sans-serif; | ||
background-color: #f4f4f4; | ||
margin: 0; | ||
padding: 0; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
} | ||
|
||
#likemee-container { | ||
background-color: #fff; | ||
border-radius: 8px; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); | ||
padding: 20px; | ||
text-align: left; | ||
max-width: 800px; | ||
width: 100%; | ||
} | ||
|
||
h1 { | ||
color: #333; | ||
} | ||
|
||
h2 { | ||
color: #555; | ||
} | ||
|
||
button { | ||
padding: 10px 20px; | ||
background-color: #4caf50; | ||
color: #fff; | ||
border: none; | ||
border-radius: 4px; | ||
cursor: pointer; | ||
font-size: 16px; | ||
} | ||
|
||
ul { | ||
list-style: none; | ||
padding: 0; | ||
} | ||
|
||
li { | ||
margin-bottom: 10px; | ||
font-size: 18px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div id="likemee-container"> | ||
<h1>LikeMee - Spread Love and Likes! ❤️</h1> | ||
|
||
<h2>Table of Contents</h2> | ||
<ul> | ||
<li><a href="#introduction">Introduction</a></li> | ||
<li><a href="#features">Features</a></li> | ||
<li><a href="#getting-started">Getting Started</a> | ||
<ul> | ||
<li><a href="#prerequisites">Prerequisites</a></li> | ||
<li><a href="#installation">Installation</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#usage">Usage</a></li> | ||
<li><a href="#firebase-configuration">Firebase Configuration</a></li> | ||
<li><a href="#contributing">Contributing</a></li> | ||
<li><a href="#license">License</a></li> | ||
<li><a href="#acknowledgments">Acknowledgments</a></li> | ||
</ul> | ||
|
||
<h2>Introduction</h2> | ||
<p>Welcome to LikeMee, a project made with love ❤️ where people can spread positivity by adding their names to a shared like list. It's a platform to connect and share appreciation with others.</p> | ||
|
||
<h2>Features</h2> | ||
<ul> | ||
<li>🌟 <strong>Spread Love:</strong> | ||
<ul> | ||
<li>Add your name to the shared like list.</li> | ||
<li>View the names of people who appreciate and like you.</li> | ||
</ul> | ||
</li> | ||
<li>🚀 <strong>Made with Love:</strong> | ||
<ul> | ||
<li>The project is crafted with love and care.</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<h2>Getting Started</h2> | ||
<p>🛠️ Instructions on setting up and running LikeMee locally.</p> | ||
|
||
<h3>Prerequisites</h3> | ||
<p>Make sure you have the following installed:</p> | ||
<ul> | ||
<li>Node.js</li> | ||
<li>npm</li> | ||
<li>Firebase account</li> | ||
</ul> | ||
|
||
<h3>Installation</h3> | ||
<pre> | ||
<code># Clone the repository | ||
<h1>LikeMee - Spread Love and Likes! ❤️</h1> | ||
|
||
<h4>Table of Contents</h4> | ||
Introduction | ||
Features | ||
Getting Started | ||
Prerequisites | ||
Installation | ||
Usage | ||
Firebase Configuration | ||
Contributing | ||
License | ||
Acknowledgments | ||
Introduction | ||
Welcome to LikeMee, a project made with love ❤️ where people can spread positivity by adding their names to a shared like list. It's a platform to connect and share appreciation with others. | ||
|
||
Features | ||
🌟 Spread Love: | ||
|
||
Add your name to the shared like list. | ||
View the names of people who appreciate and like you. | ||
🚀 Made with Love: | ||
|
||
The project is crafted with love and care. | ||
Getting Started | ||
🛠️ Instructions on setting up and running LikeMee locally. | ||
|
||
Prerequisites | ||
Make sure you have the following installed: | ||
|
||
Node.js | ||
npm | ||
Firebase account | ||
Installation | ||
bash | ||
Copy code | ||
# Clone the repository | ||
git clone https://github.com/your-username/likemee.git | ||
|
||
# Move to the project directory | ||
cd likemee | ||
|
||
# Install dependencies | ||
npm install | ||
</code> | ||
</pre> | ||
|
||
<h2>Usage</h2> | ||
<p>Run the project locally and start spreading love! Access the platform to add your name to the like list and see who appreciates you.</p> | ||
|
||
<h2>Firebase Configuration</h2> | ||
<p>To configure Firebase for LikeMee, follow these steps:</p> | ||
<ol> | ||
<li>Create a Firebase project on the Firebase Console.</li> | ||
<li>Obtain your Firebase configuration (apiKey, authDomain, databaseURL, projectId, storageBucket, messagingSenderId, appId).</li> | ||
<li>Replace the Firebase configuration in the project's Firebase initialization file.</li> | ||
</ol> | ||
Usage | ||
Run the project locally and start spreading love! Access the platform to add your name to the like list and see who appreciates you. | ||
|
||
<h2>Contributing</h2> | ||
<p>Contributions are welcome! If you have ideas for improvement or find any issues, feel free to contribute. Please follow the <a href="CONTRIBUTING.md">contribution guidelines</a>.</p> | ||
Firebase Configuration | ||
To configure Firebase for LikeMee, follow these steps: | ||
|
||
<h2>License</h2> | ||
<p>This project is licensed under the <a href="LICENSE">MIT License</a>.</p> | ||
Create a Firebase project on the Firebase Console. | ||
Obtain your Firebase configuration (apiKey, authDomain, databaseURL, projectId, storageBucket, messagingSenderId, appId). | ||
Replace the Firebase configuration in the project's Firebase initialization file. | ||
Contributing | ||
Contributions are welcome! If you have ideas for improvement or find any issues, feel free to contribute. Please follow the contribution guidelines. | ||
|
||
<h2>Acknowledgments</h2> | ||
<p>Special thanks to [Your Name] for the inspiration and guidance.</p> | ||
License | ||
This project is licensed under the MIT License. | ||
|
||
<p>Made with ❤️ by Sujan Thapa. Follow me on <a href="https://www.instagram.com/idkconundrum_/">Instagram</a>.</p> | ||
</div> | ||
</body> | ||
Acknowledgments | ||
Special thanks to [Your Name] for the inspiration and guidance. | ||
|
||
</html> | ||
Made with ❤️ by Sujan Thapa. Follow me on Instagram. |