This project explores animation techniques in ReactJS and CSS to visualize various algorithms. Click on one of the algorithm containers after clicking the demo link to see how they work.
https://algorithmvisualizer-b99af.web.app/
- Git clone project into local folder.
- Run "npm install" to install all dependancies.
- Run "npm start" to start the project locally.
- Install firebase tools "npm i firebase-tools"
- firebase login
- firebase init > Select hosting > Single Page App
- npm run build
- firebase deploy