Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sujanthapa01 committed Feb 2, 2024
1 parent 77f9b5b commit 0cc93c8
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 82 deletions.
93 changes: 54 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,67 @@
# like-counter

🚀 Brief description or tagline for your project.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Firebase Configuration](#firebase-configuration)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgments](#acknowledgments)

## Introduction

Welcome to [Your Project Name]! A concise description that introduces your project and explains its purpose.
LikeMee - Spread Love and Likes! ❤️
Table of Contents
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:

## Features
Node.js
npm
Firebase account
Installation
bash
Copy code
# Clone the repository
git clone https://github.com/your-username/likemee.git

🌟 List of key features that make your project stand out:
# Move to the project directory
cd likemee

- **Feature 1:** Description of Feature 1.
- **Feature 2:** Description of Feature 2.
- ...
# Install dependencies
npm install
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.

## Getting Started
Firebase Configuration
To configure Firebase for LikeMee, follow these steps:

🛠️ Instructions on setting up and running your project locally.
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.

### Prerequisites
License
This project is licensed under the MIT License.

Make sure you have the following installed:
Acknowledgments
Special thanks to Sujan Thapa for the inspiration and guidance.

- Prerequisite 1
- Prerequisite 2
- ...
Made with ❤️ by Sujan Thapa. Follow me on Instagram.

### Installation

```bash
# Clone the repository
git clone https://github.com/your-username/your-project.git

# Move to the project directory
cd your-project

# Install dependencies
npm install
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"dotenv": "^16.4.1",
"firebase": "^9.23.0"
}
}
43 changes: 0 additions & 43 deletions src/profile.js

This file was deleted.

0 comments on commit 0cc93c8

Please sign in to comment.