Skip to content

Sortify7: A sorting algorithm visualization tool built with Next.js. Explore and compare sorting algorithms with adjustable animation speed.

Notifications You must be signed in to change notification settings

Omar7tech/Sorting-Visualizer

Repository files navigation

Sortify7

Sortify7 is a sorting algorithm visualization tool built with React. It allows you to visualize various sorting algorithms in action, helping you understand how they work and compare their performance.

Screenshots

Screenshot

Features

  • Visualize popular sorting algorithms such as Bubble Sort, Quick Sort, Merge Sort, and more.
  • Adjustable animation speed to control the visualization playback.
  • Select different sorting algorithms from a dropdown menu.
  • Reset button to reset the array and animation.
  • Responsive design for use on different screen sizes.

Demo

Live Demo

Getting Started

To run Sortify7 locally, follow these steps:

  1. Clone this repository: git clone <repository-url>
  2. Navigate to the project directory: cd sortify7
  3. Install dependencies: npm install
  4. Start the development server: npm start
  5. Open your browser and visit: http://localhost:3000

Usage

  • Select a sorting algorithm from the dropdown menu.
  • Adjust the animation speed using the slider.
  • Click the play button to start the visualization.
  • Click the reset button to reset the array and animation.

Contributing

Contributions are welcome! If you'd like to contribute to Sortify7, please follow these steps:

  1. Fork this repository
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes
  4. Commit your changes: git commit -am 'Add new feature'
  5. Push to the branch: git push origin feature-name
  6. Submit a pull request

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, feel free to reach out to the project maintainer:


This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Sortify7: A sorting algorithm visualization tool built with Next.js. Explore and compare sorting algorithms with adjustable animation speed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published