Skip to content

Commit

Permalink
add gh-pages and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
king04aman committed Jan 8, 2025
1 parent 0a951c3 commit 54fc9bc
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 9 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# **EarnYourTime - Revolutionizing Digital Wellness**

[![GitHub Stars](https://img.shields.io/github/stars/your-repo-name.svg)](https://github.com/your-repo-name) [![License](https://img.shields.io/github/license/your-repo-name.svg)](https://github.com/your-repo-name/blob/main/LICENSE)
[![GitHub Stars](https://img.shields.io/github/stars/EarnYourTime-ComingSoon.svg)](https://github.com/EarnYourTime-ComingSoon) [![License](https://img.shields.io/github/license/EarnYourTime-ComingSoon.svg)](https://github.com/EarnYourTime-ComingSoon/blob/main/LICENSE)

> **EarnYourTime** is the first productivity app that syncs your PC work with mobile rewards, creating the perfect balance between focus and relaxation. Join thousands of users in transforming digital habits and achieving unparalleled productivity.
Expand Down Expand Up @@ -47,23 +47,26 @@
## 📦 **Tech Stack**
- **Frontend**: React, Tailwind CSS, Vite
- **Backend**: Firebase Firestore for real-time data storage
- **Authentication**: Firebase Authentication (if applicable)
- **Hosting**: Firebase Hosting (or your chosen hosting provider)
- **Hosting**: Firebase Hosting (Github Pages)

---

## 🖥️ **Screenshots**
### 📌 **Coming Soon**
Add screenshots here once the app is live to give users a preview of its interface.

![alt text](./public/landing-light.png)

![alt text](./public/landing-dark.png)

---

## 🔧 **Installation Guide**

### **1. Clone the Repository**
```bash
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
git clone https://github.com/king04aman/EarnYourTime-ComingSoon.git
cd EarnYourTime-ComingSoon
```
### 2. Install Dependencies
```bash
Expand Down Expand Up @@ -111,4 +114,4 @@ For any questions, feedback, or support, feel free to reach out:
- GitHub Issues: Open an Issue

## 📜 License
This project is licensed under the BSD 3-Clause License. See the [LICENSE](LICENSE) file for details.
This project is licensed under the Custom License. See the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Earn Your Time</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 54fc9bc

Please sign in to comment.