Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div align="center">
<img src="image.png" alt="Algorithm Visualiser Pro Logo" width="200"/>

# 🎯 Algorithm Visualizer Pro
# 🎯 Algorithm Visualiser Pro

**Transform Complex Algorithms into Interactive Visual Experiences**

[![React](https://img.shields.io/badge/React-18.2.0-blue?logo=react)](https://reactjs.org/)
[![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)
</div>
Expand All @@ -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)
Expand Down Expand Up @@ -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?

<div align="center">
<table>
Expand Down Expand Up @@ -171,13 +171,13 @@ To bridge the gap between theoretical computer science and practical understandi
<div align="center">

### 🏠 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)

</div>

Expand Down Expand Up @@ -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"]

Expand Down Expand Up @@ -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.

---

Expand Down Expand Up @@ -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)

---
Expand All @@ -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**

<sub>Made with ❤️ by [Yuvraj Udaywal](https://github.com/CipherYuvraj) | © 2024 Algorithm Visualizer Pro</sub>
<sub>Made with ❤️ by [Yuvraj Udaywal](https://github.com/CipherYuvraj) | © 2024 Algorithm Visualiser Pro</sub>

</div>
Loading