Skip to content

Commit 88908aa

Browse files
authored
Update README.md
1 parent 0924046 commit 88908aa

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ An interactive sorting algorithm visualizer that helps you understand how differ
55
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
66
[![Live Demo](https://img.shields.io/badge/demo-live-blue)](https://1337xcode.github.io/sortingdemo)
77

8-
## Features
8+
## Features
99
- **Real-time Visualization**: Watch how each sorting algorithm manipulates data in real-time
1010
- **Multiple Algorithms**: Choose from various classic sorting algorithms:
1111
- Bubble Sort
@@ -15,37 +15,28 @@ An interactive sorting algorithm visualizer that helps you understand how differ
1515

1616
- **Educational Tool**: Perfect for learning and understanding sorting algorithms
1717

18-
## 🚀 Getting Started
18+
## Getting Started
1919
1. Visit [SortingDemo](https://1337xcode.github.io/sortingdemo)
2020
2. Select your desired sorting algorithm
2121
3. Set the array values manually if needed
2222
4. Click 'Start' to begin the visualization
2323

24-
## 🛠️ Development
24+
## Development
2525
```bash
2626
# Clone the repository
2727
git clone https://github.com/1337Xcode/sortingdemo.git
2828

2929
# Navigate to the project directory
3030
cd sortingdemo
31-
32-
# Install dependencies
33-
npm install
34-
35-
# Start the development server
36-
npm start
3731
```
3832

39-
## 📝 License
33+
## License
4034
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
4135

42-
## Credits
43-
- Inspired by [sorting-visualizer](https://github.com/stoicaandrei/sorting-visualizer)
44-
45-
## 🔗 Links
36+
## Links
4637
- [Live Demo](https://1337xcode.github.io/sortingdemo)
4738
- [Report Bug](https://github.com/1337Xcode/sortingdemo/issues)
4839
- [Request Feature](https://github.com/1337Xcode/sortingdemo/issues)
4940

5041
---
51-
Made with ❤️ by [1337XCode](https://github.com/1337Xcode)
42+
~ Inspired by [sorting-visualizer](https://github.com/stoicaandrei/sorting-visualizer) & Made with ❤️ by [1337XCode](https://github.com/1337Xcode) ~

0 commit comments

Comments
 (0)