From 3410cc1d13f6b8e1bc8fdbaf66c5f3ecb79f2c5d Mon Sep 17 00:00:00 2001 From: Sudharsana Saravanan S Date: Sun, 5 Oct 2025 11:59:17 +0530 Subject: [PATCH 1/2] Fix typos in README, closes #21 --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index eee09b8..bfa1519 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Algorithm Visualiser Pro Logo - # ๐ŸŽฏ Algorithm Visualizer Pro + # ๐ŸŽฏ Algorithm Visualiser Pro **Transform Complex Algorithms into Interactive Visual Experiences** @@ -9,7 +9,7 @@ [![FastAPI](https://img.shields.io/badge/FastAPI-0.104.1-green?logo=fastapi)](https://fastapi.tiangolo.com/) [![Python](https://img.shields.io/badge/Python-3.11+-yellow?logo=python)](https://python.org/) [![License](https://img.shields.io/badge/License-MIT-purple)](LICENSE) - [![Deployment](https://img.shields.io/badge/Deploy-Ready-success)](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform) + [![Deployment](https://img.shields.io/badge/Deploy-Ready-success)](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) @@ -122,7 +122,7 @@ To bridge the gap between theoretical computer science and practical understandi --- -## ๐ŸŽฏ Why Choose Algorithm Visualizer Pro? +## ๐ŸŽฏ Why Choose Algorithm Visualiser Pro?
@@ -505,7 +505,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"] @@ -579,11 +579,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. --- @@ -646,9 +646,9 @@ Passionate about creating innovative web applications and making complex algorit **Need Help?** - [![Documentation](https://img.shields.io/badge/๐Ÿ“–-Documentation-blue)](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/wiki) - [![Issues](https://img.shields.io/badge/๐Ÿ›-Report%20Bug-red)](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/issues) - [![Discussions](https://img.shields.io/badge/๐Ÿ’ฌ-Discussions-green)](https://github.com/CipherYuvraj/Algorithm-Visualizer-Platform/discussions) + [![Documentation](https://img.shields.io/badge/๐Ÿ“–-Documentation-blue)](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/wiki) + [![Issues](https://img.shields.io/badge/๐Ÿ›-Report%20Bug-red)](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/issues) + [![Discussions](https://img.shields.io/badge/๐Ÿ’ฌ-Discussions-green)](https://github.com/CipherYuvraj/Algorithm-Visualiser-Platform/discussions) [![Email](https://img.shields.io/badge/๐Ÿ“ง-Contact-purple)](mailto:yuvraj.udaywal45@gmail.com) --- @@ -657,6 +657,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 From 7d278e048ae2294513495e8ecb3357f94cd760d1 Mon Sep 17 00:00:00 2001 From: Sudharsana Saravanan S Date: Sun, 5 Oct 2025 12:06:44 +0530 Subject: [PATCH 2/2] Fix typos in README and update screenshots, closes #21 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfa1519..3714c79 100644 --- a/README.md +++ b/README.md @@ -171,13 +171,13 @@ To bridge the gap between theoretical computer science and practical understandi
### ๐Ÿ  Home Page -![Home Page](![alt text](image-1.png)) +![alt text](image-1.png) ### ๐ŸŽฎ Algorithm Visualization -![Sorting Algorithm](![alt text](image-2.png)) +![alt text](image-2.png) ### ๐ŸŒ™ Dark Mode Experience -![Dark Mode](![alt text](image-3.png)) +![alt text](image-3.png)