diff --git a/0-1/assignments/week-0/README.md b/0-1/assignments/week-0/README.md
index 89b5728..02ca843 100644
--- a/0-1/assignments/week-0/README.md
+++ b/0-1/assignments/week-0/README.md
@@ -8,37 +8,44 @@
-
+
-[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
+[![Twitter Badge](https://img.shields.io/badge/-@KadlagAkash-1ca0f1?style=flat&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https://twitter.com/KadlagAkash)](https://twitter.com/KadlagAkash) [![Linkedin Badge](https://img.shields.io/badge/-KadlagAkash-0e76a8?style=flat&labelColor=0e76a8&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/kadlagakash/) [![Mail Badge](https://img.shields.io/badge/-akashkadlag14-c0392b?style=flat&labelColor=c0392b&logo=gmail&logoColor=white)](mailto:akashkadlag14@gmail.com) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
-
-[🚀 Explore Demo](https://zerodha-landing-replica.vercel.app/) [📂 Source Code](https://github.com/KadlagAkash/zerodha-landing-replica)
+[🚀 Explore Demo](https://zerodha-landing-replica.vercel.app/) [📂 Source Code](https://github.com/KadlagAkash/zerodha-landing-replica)
- Introduction ·
- Features ·
- Tech Stack ·
- Development Setup
+ Introduction
+ · Features
+ · Tech Stack
+ · Development Setup
-## Introduction
+## ❄️ Introduction
+
This project meticulously replicates the Zerodha website, crafted as part of Week-0's assignment for the 100xDevs Cohort by Harkirat Singh.
-
-## Features
+
+
+
+
+
+
+
+## 🔋 Features
+
- **Modular CSS Design**: Maintainable and scalable styles.
- **Consistent Color Palette** and **Typography**: Ensuring visual harmony.
@@ -58,9 +65,9 @@ This project meticulously replicates the Zerodha website, crafted as part of Wee
- **Version Control with Git**: Efficient tracking and collaboration.
- **Efficient Development Workflow with Parcel**: Streamlining the development process.
-
+
-## Tech Stack
+## ⚙️ Tech Stack
- [HTML5](https://developer.mozilla.org/en-US/docs/Web/HTML) – structuring
- [Modular CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS) – CSS
@@ -68,45 +75,51 @@ This project meticulously replicates the Zerodha website, crafted as part of Wee
- [Parcel](https://parceljs.org/) – building
- [AOS Library](https://michalsnik.github.io/aos/) – Animation Effects
- [Vercel](https://vercel.com/) – deployments
-
+
+
+## 🖥️ Local Development
-## Development Setup
1. **Clone the repository:**
- ```bash
- git clone [repository-url]
- ```
+
+ ```bash
+ git clone https://github.com/KadlagAkash/zerodha-landing-replica.git
+ ```
2. **Navigate to the project directory:**
- ```bash
- cd zerodha-clone
- ```
+
+ ```bash
+ cd zerodha-landing-replica
+ ```
3. **Install dependencies:**
- ```bash
- npm install
- ```
+
+ ```bash
+ npm install
+ ```
4. **Run the project:**
- ```bash
- npm start
- ```
+
+ ```bash
+ npm start
+ ```
5. **Open your browser:**
- Visit [http://localhost:1234](http://localhost:1234) to view the Zerodha Clone.
+ Visit [http://localhost:1234](http://localhost:1234) to view the Zerodha Clone.
6. **Build the project for production:**
- ```bash
- npm run build
- ```
-
+ ```bash
+ npm run build
+ ```
+
+## 📋 Usage Instructions
-## Usage Instructions
Simply navigate through the replicated Zerodha website to explore its features.
-## Licensing Information
+## 🪪 Licensing Information
+
- This project is open-source and intended for learning purposes only.
- Please be aware that Zerodha, the original website's owner, may have legal rights over their intellectual property.
- It is crucial to use this project responsibly and refrain from any commercial or inappropriate use.
diff --git a/0-1/assignments/week-0/images/performance.png b/0-1/assignments/week-0/images/performance.png
new file mode 100644
index 0000000..1aed461
Binary files /dev/null and b/0-1/assignments/week-0/images/performance.png differ
diff --git a/0-1/assignments/week-0/images/zerodha-preview.png b/0-1/assignments/week-0/images/zerodha-preview.png
new file mode 100644
index 0000000..1689fce
Binary files /dev/null and b/0-1/assignments/week-0/images/zerodha-preview.png differ