File tree 2 files changed +25
-12
lines changed
2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 130
130
.pnp. *
131
131
132
132
# ignore .idea
133
- .idea
133
+ .idea
134
+
135
+ # ignore pnpm
136
+ pnpm-lock.yaml
Original file line number Diff line number Diff line change 1
1
# Sorting Algorithms Visualizer
2
+
2
3
> This project is a web application that visualizes sorting algorithms
3
4
4
- ## Introduction
5
- Welcome to the Sorting Algorithms Visualizer project!This project is suppost to help you with visualizing sorting algorithms. Test introduction
5
+ ## Introduction
6
+
7
+ Welcome to the Sorting Algorithms Visualizer project! This project is supposed to help you with visualizing sorting algorithms. Test introduction
8
+
9
+ ## Used languages
10
+
11
+ This project uses the following languages:
6
12
7
- ## Used langueges
8
- This project uses the following languages:
9
13
- HTML
10
14
- General Information
11
15
- JavaScript
12
-
13
- ## Usage
14
- this project can be used as follows:
16
+
17
+ ## Usage
18
+
19
+ this project can be used as follows:
15
20
Just open the index.html file in your browser or visit the website at https://sorting-algorithms-visualizations.netlify.app/
16
- ## License
21
+
22
+ ## License
23
+
17
24
This project is licensed under the MIT license
18
- ## Contributing
19
- Contributing is welcomed in this Projcet.To contribute please follow these instructions of the owner:
25
+
26
+ ## Contributing
27
+
28
+ Contributing is welcomed in this Project. To contribute please follow these instructions of the owner:
20
29
Please open a pull request with your changes, and I will review them.
21
30
22
31
## Disclaimer
23
- This is a fun project to learn Javascript.
32
+
33
+ This is a fun project to learn Javascript.
You can’t perform that action at this time.
0 commit comments