
A rebuild of a passion project I built with a friend in 2020.
View it here
·
Report Bug
·
Request Feature
·
View the original
Table of Contents

Working professionally as a developer has taught me a great deal. However, in a professional setting, time is rarely a luxury—commitments must be honored, and deadlines must be met.
I wanted to take what I’ve learned and apply it to a personal project; something open-ended that I could build on freely, adding new features at my own pace.
To get a local copy up and running follow these steps.
- Install node 20
- Install pnpm
- Clone the repo
git clone https://github.com/basselalsayed/algo-visualiser-v2.git
- Install NPM packages
pnpm i
- Development mode
pnpm dev
- Production mode
pnpm preview
- MVP
- Salvage algorithms from v1
- UI design
- Responsive
- Pause visualisation mechanism via generators
- Store run info locally
- Store run info in supabase
- Keyboard shortcuts/quick search
- Localisation (18 languages)
- Guided tour via shepherd.js
- Linting
- Custom setup to prevent circular dependencies
- Adjustable animation speed
- Multiple shortest paths
- Testing
- Vitest
- Playwright
- CI - github actions
- Handle touch gestures
- Replace framer motion with native animations
- Smoother reset UX
- Update viable algorithms to work diagonally
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT license. See LICENSE.txt
for more information.
Bassel Al-Sayed - [email protected]
Project Link: https://github.com/basselalsayed/algo-visualiser-v2