diff --git a/README.md b/README.md
index 7bdfe81..f44c4bd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-

+

- # ๐ฏ Algorithm Visualizer Pro
+ # ๐ฏ Algorithm Visualiser Pro
**Transform Complex Algorithms into Interactive Visual Experiences**
@@ -9,7 +9,7 @@
[](https://fastapi.tiangolo.com/)
[](https://python.org/)
[](LICENSE)
- [](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform)
+ [](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform)
[๐ Live Demo](https://algorithm-visualiser-yuvraj.onrender.com/) ยท [๐ Documentation](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/) ยท [๐ Report Bug](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/issues) ยท [๐ก Request Feature](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/issues)
@@ -21,7 +21,7 @@
- [๐ Overview](#-overview)
- [โจ Key Features](#-key-features)
- [๐ ๏ธ Tech Stack](#๏ธ-tech-stack)
-- [๐ฏ Why Choose Algorithm Visualizer Pro?](#-why-choose-algorithm-visualizer-pro)
+- [๐ฏ Why Choose Algorithm Visualiser Pro?](#-why-choose-algorithm-Visualiser-pro)
- [๐ธ Screenshots](#-screenshots)
- [๐ Quick Start](#-quick-start)
- [โ๏ธ Installation](#๏ธ-installation)
@@ -39,7 +39,7 @@
## ๐ Overview
-**Algorithm Visualizer Pro** is a cutting-edge educational platform that transforms abstract algorithmic concepts into engaging, interactive visual experiences. Built with modern web technologies, it serves as a comprehensive learning tool for students, educators, and algorithm enthusiasts worldwide.
+**Algorithm Visualiser Pro** is a cutting-edge educational platform that transforms abstract algorithmic concepts into engaging, interactive visual experiences. Built with modern web technologies, it serves as a comprehensive learning tool for students, educators, and algorithm enthusiasts worldwide.
### ๐ฏ Mission
To bridge the gap between theoretical computer science and practical understanding by providing intuitive, step-by-step algorithm visualizations that make complex concepts accessible to learners at all levels.
@@ -122,13 +122,13 @@ To bridge the gap between theoretical computer science and practical understandi
---
-## ๐ฏ Why Choose Algorithm Visualizer Pro?
+## ๐ฏ Why Choose Algorithm Visualiser Pro?
| ๐ Feature |
- โ
Algorithm Visualizer Pro |
+ โ
Algorithm Visualiser Pro |
โ Traditional Learning |
@@ -189,8 +189,8 @@ Get up and running in under 5 minutes!
```bash
# 1๏ธโฃ Clone the repository
-git clone https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform.git
-cd Algorithm-Visualizer-Platform
+git clone https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform.git
+cd Algorithm-Visualiser-Platform
# 2๏ธโฃ Install dependencies
npm install
@@ -220,7 +220,7 @@ npm run dev:api # Backend (http://localhost:8000)
```bash
# Navigate to project root
-cd Algorithm-Visualizer-Platform/frontend
+cd Algorithm-Visualiser-Platform/frontend
# Install dependencies
npm install
@@ -236,7 +236,7 @@ npm run lint:fix # Fix ESLint issues
**Environment Variables** (`.env`):
```env
VITE_API_BASE_URL=http://localhost:8000
-VITE_APP_TITLE="Algorithm Visualizer Pro"
+VITE_APP_TITLE="Algorithm Visualiser Pro"
VITE_ENABLE_ANALYTICS=false
```
@@ -247,7 +247,7 @@ VITE_ENABLE_ANALYTICS=false
```bash
# Navigate to backend directory
-cd Algorithm-Visualizer-Platform/backend
+cd Algorithm-Visualiser-Platform/backend
# Create virtual environment
python -m venv venv
@@ -346,11 +346,11 @@ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
```bash
# Build and push images
-docker build -t yourusername/algo-visualizer-frontend ./frontend
-docker build -t yourusername/algo-visualizer-backend ./backend
+docker build -t yourusername/algo-Visualiser-frontend ./frontend
+docker build -t yourusername/algo-Visualiser-backend ./backend
-docker push yourusername/algo-visualizer-frontend
-docker push yourusername/algo-visualizer-backend
+docker push yourusername/algo-Visualiser-frontend
+docker push yourusername/algo-Visualiser-backend
```
### โ๏ธ Cloud Platforms
@@ -363,9 +363,9 @@ docker push yourusername/algo-visualizer-backend
# Build and tag for ECR
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin your-account.dkr.ecr.us-east-1.amazonaws.com
-docker build -t algo-visualizer .
-docker tag algo-visualizer:latest your-account.dkr.ecr.us-east-1.amazonaws.com/algo-visualizer:latest
-docker push your-account.dkr.ecr.us-east-1.amazonaws.com/algo-visualizer:latest
+docker build -t algo-Visualiser .
+docker tag algo-Visualiser:latest your-account.dkr.ecr.us-east-1.amazonaws.com/algo-Visualiser:latest
+docker push your-account.dkr.ecr.us-east-1.amazonaws.com/algo-Visualiser:latest
```
@@ -376,8 +376,8 @@ docker push your-account.dkr.ecr.us-east-1.amazonaws.com/algo-visualizer:latest
**Using Cloud Run:**
```bash
# Build and deploy
-gcloud builds submit --tag gcr.io/PROJECT-ID/algo-visualizer
-gcloud run deploy --image gcr.io/PROJECT-ID/algo-visualizer --platform managed
+gcloud builds submit --tag gcr.io/PROJECT-ID/algo-Visualiser
+gcloud run deploy --image gcr.io/PROJECT-ID/algo-Visualiser --platform managed
```
@@ -485,7 +485,7 @@ export default defineConfig({
from pydantic import BaseSettings
class Settings(BaseSettings):
- app_name: str = "Algorithm Visualizer API"
+ app_name: str = "Algorithm Visualiser API"
debug: bool = False
cors_origins: list = ["http://localhost:3000"]
@@ -559,11 +559,11 @@ We welcome contributions from the community! Here's how you can help:
### ๐ Bug Reports
-Use the [issue template](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/issues/new?template=bug_report.md) to report bugs.
+Use the [issue template](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/issues/new?template=bug_report.md) to report bugs.
### ๐ก Feature Requests
-Use the [feature request template](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/issues/new?template=feature_request.md) to suggest new features.
+Use the [feature request template](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/issues/new?template=feature_request.md) to suggest new features.
---
@@ -626,9 +626,9 @@ Passionate about creating innovative web applications and making complex algorit
**Need Help?**
- [](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/wiki)
- [](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/issues)
- [](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/discussions)
+ [](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/wiki)
+ [](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/issues)
+ [](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/discussions)
[](mailto:yuvraj.udaywal45@gmail.com)
---
@@ -637,6 +637,6 @@ Passionate about creating innovative web applications and making complex algorit
**๐ Share with friends and colleagues who might benefit from visual algorithm learning**
- Made with โค๏ธ by [Yuvraj Udaywal](https://github.com/CipherYuvraj) | ยฉ 2024 Algorithm Visualizer Pro
+ Made with โค๏ธ by [Yuvraj Udaywal](https://github.com/CipherYuvraj) | ยฉ 2024 Algorithm Visualiser Pro