diff --git a/README.md b/README.md
index a747b53..7e29d1b 100644
--- a/README.md
+++ b/README.md
@@ -1,142 +1,49 @@
-# π **GitHub Tracker** π
+# π GitHub Tracker π
-**Track Activity of Users on GitHub**
+**Track GitHub User Activity Effortlessly**
-Welcome to **GitHub Tracker**, a web app designed to help you monitor and analyze the activity of GitHub users. Whether youβre a developer, a project manager, or just curious, this tool simplifies tracking contributions and activity across repositories! ππ©βπ»
+Welcome to **GitHub Tracker**, a web application designed to help you monitor and analyze GitHub user activity in a simple and efficient way.
+Whether youβre a developer, project manager, or just curious about contributions, this tool makes tracking repositories and activity seamless. ππ©βπ»
-
+
+
-
-
- | π Stars |
- π΄ Forks |
- π Issues |
- π Open PRs |
- π Close PRs |
-
-
-
-
-  |
-  |
-  |
-  |
-  |
-
-
+
+
+ | π Stars |
+ π΄ Forks |
+ π Issues |
+ π Open PRs |
+ π Closed PRs |
+
+
+
+
+  |
+  |
+  |
+  |
+  |
+
+
---
## π οΈ Tech Stack
-- **Frontend**: React.js + Vite
-- **Styling**: TailwindCSS + Material UI
-- **Data Fetching**: Axios + React Query
-- **Backend**: Node.js + Express
+- **Frontend:** React.js + Vite
+- **Styling:** TailwindCSS + Material UI
+- **Data Fetching:** Axios + React Query
+- **Backend:** Node.js + Express
---
## π Setup Guide
-1. Clone the repository to your local machine:
-```bash
-$ git clone https://github.com/yourusername/github-tracker.git
-```
-
-2. Navigate to the project directory:
-```bash
-$ cd github-tracker
-```
-3. Run the frontend
+### 1. Clone the repository
```bash
-$ npm i
-$ npm run dev
-```
-
-4. Run the backend
-```bash
-$ npm i
-$ npm start
-```
-
-## π§ͺ Backend Unit & Integration Testing with Jasmine
-
-This project uses the Jasmine framework for backend unit and integration tests. The tests cover:
-- User model (password hashing, schema, password comparison)
-- Authentication routes (signup, login, logout)
-- Passport authentication logic (via integration tests)
-
-### Prerequisites
-- **Node.js** and **npm** installed
-- **MongoDB** running locally (default: `mongodb://127.0.0.1:27017`)
-
-### Installation
-Install all required dependencies:
-```sh
-npm install
-npm install --save-dev jasmine @types/jasmine supertest express-session passport passport-local bcryptjs
-```
-
-### Running the Tests
-1. **Start MongoDB** (if not already running):
- ```sh
- mongod
- ```
-2. **Run Jasmine tests:**
- ```sh
- npx jasmine
- ```
-
-### Test Files
-- `spec/user.model.spec.cjs` β Unit tests for the User model
-- `spec/auth.routes.spec.cjs` β Integration tests for authentication routes
-
-### Jasmine Configuration
-The Jasmine config (`spec/support/jasmine.mjs`) is set to recognize `.cjs`, `.js`, and `.mjs` test files:
-```js
-spec_files: [
- "**/*[sS]pec.?(m)js",
- "**/*[sS]pec.cjs"
-]
-```
-
-### Troubleshooting
-- **No specs found:** Ensure your test files have the correct extension and are in the `spec/` directory.
-- **MongoDB connection errors:** Make sure MongoDB is running and accessible.
-- **Missing modules:** Install any missing dev dependencies with `npm install --save-dev `.
-
-### What Was Covered
-- Jasmine is set up and configured for backend testing.
-- All major backend modules are covered by unit/integration tests.
-- Tests are passing and verified.
-
----
-
-[](https://www.star-history.com/#GitMetricsLab/github_tracker&Date)
-
----
-
-# π Our Contributors
-
-- We extend our heartfelt gratitude for your invaluable contribution to our project.
-- Make sure you show some love by giving β to our repository.
-
-
-
-
-
----
-
-
-
- β¬οΈ Back to Top
-
-
+git clone https://github.com/yourusername/github-tracker.git