diff --git a/readme.md b/readme.md
index 5aafd82..b8544d9 100644
--- a/readme.md
+++ b/readme.md
@@ -1,132 +1,161 @@
-# Snigdha OS Web Dev
-
-Welcome to the Snigdha OS Web Dev repository! This repository contains the source code, components, and resources used for building and maintaining the official website for Snigdha OS.
+# Snigdha OS Web Dev ππ»
+Welcome to the **Snigdha OS Web Dev** repository! π This repository contains the source code, components, and resources used for building and maintaining the official website for **Snigdha OS**. π
+
[](https://app.netlify.com/sites/snigdhaos/deploys)
+
-## Table of Contents
+## Table of Contents π
-- [Overview](#overview)
-- [Features](#features)
-- [Technologies Used](#technologies-used)
-- [Developers](#developers)
-- [Development Guide](#development-guide)
-- [Contributing](#contributing)
-- [License](#license)
+- [Overview](#overview) π
+- [Features](#features) β¨
+- [Technologies Used](#technologies-used) βοΈ
+- [Repository Structure](#repository-structure) π
+- [Developers](#developers) π¨βπ»π©βπ»
+- [Development Guide](#development-guide) π οΈ
+- [Contributing](#contributing) π€
+- [License](#license) π
-## Overview
-The Snigdha OS Web Dev repository powers the official Snigdha OS website. It includes various web development components, styles, and scripts necessary for the website's functionality. The website is designed to be clean, lightweight, and user-friendly, aligning with the philosophy of Snigdha OS.
-## Features
+## Overview π
-- **Responsive Design**: The website is fully responsive and works across various devices and screen sizes.
-- **User Registration & Authentication**: Integrated with the Snigdha OS user system for registration and authentication.
-- **Region-based Downloads**: Allows users to select regional mirrors for downloading Snigdha OS.
-- **Customizable UI**: Built with flexibility in mind for future enhancements and easy theming.
-- **SEO Optimization**: The website is optimized for search engines to ensure better discoverability.
+The **Snigdha OS Web Dev** repository powers the official website for the next **Snigdha OS**. It includes various web development components, styles, and scripts necessary for the website's functionality. The website is designed to be clean, lightweight, and user-friendly, aligning with the minimalist philosophy of Snigdha OS. π₯οΈ
-## Technologies Used
-This project utilizes a range of modern web technologies to create a seamless and performant experience:
-- **React.js**: A JavaScript library for building user interfaces, allowing for reusable components and a fast development workflow.
-- **Node.js**: A runtime environment for executing JavaScript on the server-side.
-- **Express.js**: A minimal web framework for Node.js used for backend API routes.
-- **Redux**: A state management library to handle the application's state in a predictable way.
-- **CSS3**: For styling the website with modern layout techniques (Flexbox, Grid).
-- **Sass**: A CSS preprocessor to manage complex stylesheets and make the development process more efficient.
-- **Webpack**: A module bundler for JavaScript and other assets, ensuring optimal performance and organization.
-- **Jest**: A testing framework used for running unit and integration tests.
-- **ESLint**: A tool for identifying and fixing issues in JavaScript code to ensure consistency and adherence to coding standards.
+## Features β¨
-## Developers
+- π± **Responsive Design**: Works seamlessly across devices and screen sizes.
+- π **User Registration & Authentication**: Integrated with the Snigdha OS user system.
+- π **Region-based Downloads**: Select regional mirrors for faster downloads.
+- π¨ **Customizable UI**: Built for flexibility and easy theming.
+- π **SEO Optimization**: Ensures better discoverability on search engines.
-Below is the list of developers contributing to the Snigdha OS Web Dev:
-- **eshanized** - Lead Developer, Web Architect
-If you would like to contribute or join the team, feel free to reach out!
+## Technologies Used βοΈ
-## Development Guide
+This project leverages modern technologies to deliver an efficient and scalable experience:
-### Prerequisites
+- βοΈ **React.js**: For building dynamic user interfaces.
+- π’ **Node.js**: A runtime environment for server-side JavaScript.
+- π **Express.js**: Minimal web framework for backend API routes.
+- ποΈ **Redux**: State management for predictable application behavior.
+- π¨ **CSS3 & Sass**: Styling with modern techniques like Flexbox and Grid.
+- π¦ **Webpack**: Bundling JavaScript and assets for optimized performance.
+- β
**Jest**: Testing framework for unit and integration tests.
+- π οΈ **ESLint**: For consistent and error-free JavaScript code.
-To get started with development, you need:
-- **Node.js** and **pnpm** installed on your local machine.
-- A modern web browser (Chrome, Firefox, etc.) for testing and debugging.
-- A code editor (VSCode, Sublime Text, etc.).
-- Familiarity with React.js, JavaScript, CSS, and Git.
-### Setting Up the Development Environment
+## Repository Structure π
-1. Clone the repository:
- ```bash
- git clone https://github.com/Snigdha-OS/snigdhaos-web-dev.git
- cd snigdhaos-web-dev
- ```
+The repository is organized for clarity and modularity:
-2. Install dependencies:
- ```bash
- pnpm install
- ```
+```plaintext
+snigdhaos-web-dev/
+βββ src/ # Main source code
+β βββ components/ # Reusable components (Header, Footer, Forms)
+β βββ pages/ # Website pages (Home, About, Download)
+β βββ styles/ # Global and component-specific styles
+β βββ utils/ # Utility functions and helpers
+β βββ App.js # Root React component
+βββ public/ # Static assets (images, icons, fonts)
+βββ tests/ # Unit and integration tests
+βββ package.json # Project dependencies and scripts
+βββ pnpm-lock.yaml # Lockfile for pnpm dependencies
+βββ README.md # This README file
+βββ .eslintrc.js # ESLint configuration
+βββ .gitignore # Files to ignore in Git
+βββ LICENSE # License file
+```
-3. Run the development server:
- ```bash
- pnpm start
- ```
+### Key Folders π
- This will start the development server at `http://localhost:3000`. Any changes made to the code will be reflected immediately.
+- **`src/components/`**: Modular, reusable UI components like navigation bars and forms.
+- **`src/pages/`**: Individual pages of the website, such as Home, About, and Download.
+- **`src/styles/`**: Stylesheets for consistent design across the website.
+- **`public/`**: Static files served directly without processing.
-### Folder Structure
-- `src/`: Contains all the source code for the frontend.
-- `public/`: Static files such as images, icons, and fonts.
-- `components/`: Reusable components like headers, footers, and forms.
-- `pages/`: Individual pages of the website like home, about, and download pages.
-- `styles/`: CSS files for styling the website.
-### Contribution Guidelines
+## Developers π¨βπ»π©βπ»
-- **Fork the repository** and clone your fork locally.
-- Create a new branch for each feature or bug fix:
- ```bash
- git checkout -b feature-name
- ```
-- Make your changes, commit them with clear and descriptive commit messages.
-- Push your changes to your fork and create a pull request to the `main` branch.
+Meet the amazing contributors behind Snigdha OS Web Dev:
-### Code Style and Best Practices
+- **[Eshanized](https://github.com/eshanized/)** - Lead Developer, Web Architect π
-- Follow a consistent style guide for JavaScript and CSS.
-- Use meaningful variable names, and avoid long functions.
-- Comment complex logic to explain the reasoning behind it.
-- Use `pnpm run lint` to check for code style issues before committing.
+Weβre always looking for passionate developers to join the team! π
-### Testing
-To test changes locally, run:
-```bash
-pnpm run test
-```
-This will run the Jest test suite for any components or functions that have been set up for testing.
+## Development Guide π οΈ
-## Contributing
+### Prerequisites β‘
-We welcome contributions from everyone! If you'd like to contribute to Snigdha OS Web Dev, please follow these steps:
+To start working on the project, you need:
+- **Node.js** and **pnpm** installed on your machine.
+- A modern browser for testing (e.g., Chrome, Firefox).
+- A code editor like VSCode for efficient development.
+- Familiarity with React.js, JavaScript, and Git.
-1. Fork the repository.
-2. Clone your fork locally and create a new branch.
-3. Make your changes and test them.
-4. Create a pull request with a clear description of your changes.
+### Setting Up the Development Environment π
-If you have any ideas or suggestions, please feel free to open an issue or start a discussion.
+1. Clone the repository:
+ ```bash
+ git clone https://github.com/Snigdha-OS/snigdhaos-web-dev.git
+ cd snigdhaos-web-dev
+ ```
-## License
+2. Install dependencies:
+ ```bash
+ pnpm install
+ ```
-This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
+3. Run the development server:
+ ```bash
+ pnpm start
+ ```
-Thanks for contributing to Snigdha OS Web Dev!
+ The server will start at `http://localhost:5173`. Changes to the code will auto-refresh in your browser.
+
+
+
+## Contributing π€
+
+We welcome contributions! Hereβs how you can contribute:
+
+1. **Fork the repository**:
+ Click the βForkβ button at the top of the page to create your copy.
+
+2. **Create a branch** for your feature or bug fix:
+ ```bash
+ git checkout -b feature-name
+ ```
+
+3. **Make your changes**:
+ Write clean and well-documented code.
+
+4. **Commit your changes**:
+ ```bash
+ git commit -m "Add: Feature description"
+ ```
+
+5. **Push to your fork** and submit a pull request:
+ ```bash
+ git push origin feature-name
+ ```
+
+
+
+## License π
+
+This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
+
+
+
+
+π Thanks for being part of the Snigdha OS Web Dev journey! π
+
\ No newline at end of file