diff --git a/README.md b/README.md
index 0d6babe..c132749 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,67 @@
-# React + TypeScript + Vite
+# Project Pilot
-This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
+## Overview
-Currently, two official plugins are available:
+A React-based project management application designed to enhance collaboration, finance management, and task management. The application features tailored user interfaces for different roles:
-- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
-- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
+- **Project Manager (PM)**
+- **Finance Manager (FM)**
+- **Scrum Master (SM)**
+- **Employee (E)**
-## Expanding the ESLint configuration
+## Key Features
-If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
+- **Collaboration Tools**: Facilitate team collaboration.
+- **Finance Management**: Manage project budgets and expenses.
+- **Task Management**: Assign and track tasks for team members.
+- **Role-Specific UI**: Customized user experience based on roles.
-- Configure the top-level `parserOptions` property like this:
+## Getting Started
-```js
-export default {
- // other rules...
- parserOptions: {
- ecmaVersion: 'latest',
- sourceType: 'module',
- project: ['./tsconfig.json', './tsconfig.node.json'],
- tsconfigRootDir: __dirname,
- },
-}
-```
+1. **Fetch Local Data**:
+ - Scroll to the bottom of the page.
+ - Click on the footer.
+ - Navigate to "Data Refresh" to store data locally in the browser.
-- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`
-- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`
-- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list
+2. **Login**:
+ - Scroll to the bottom of the homepage.
+ - Click on "Login" or "Manage Account" from the footer.
+
+3. **Sign In**:
+ - Use the following credentials:
+
+ | Username | Password |
+ | -------------- | -------- |
+ | pm | p |
+ | fm | f |
+ | sm | s |
+ | employee:e/1 | (empty) |
+ | employee:e/2 | (empty) |
+ | employee:e/3 | (empty) |
+
+4. **Dashboard**:
+ - Upon signing in, you will be redirected to your respective dashboard.
+
+## Detailed Functionality
+
+- **Project Manager (PM)**:
+ - Create projects.
+ - View overview of expenses and tasks.
+
+- **Finance Manager (FM)**:
+ - Allocate funds.
+ - Create and manage expenses.
+
+- **Scrum Master (SM)**:
+ - Assign tasks to employees.
+
+- **Employee (E)**:
+ - View assigned tasks.
+
+## Conclusion
+
+This project management application provides a comprehensive solution for team collaboration, financial oversight, and task management, ensuring a streamlined workflow tailored to specific user roles.
+
+##### `DEPRICATED AS OF JULY-2024`
+
+[![wakatime](https://wakatime.com/badge/user/94eceae7-683a-4d18-a44b-59d4ffd2eb5d/project/32051a46-239e-4241-8dad-76e9a347ad49.svg)](https://wakatime.com/badge/user/94eceae7-683a-4d18-a44b-59d4ffd2eb5d/project/32051a46-239e-4241-8dad-76e9a347ad49)
\ No newline at end of file
diff --git a/index.html b/index.html
index 825b84f..529c1a9 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@