React, Nodejs, HTML, CSS, BOOTSTRAP
It's a sorting visualizer app implemented in React and Nodejs.
$ git clone https://github.com/sharangramana/Sorting-Visualizer.git
$ npm i
$ cd Client // go to client folder
$ npm i // npm install pacakges
$ npm run dev // run it locally
// deployment for client app
$ npm run build // this will compile the react code using webpack and generate a folder called docs in the root level
$ npm run start // this will run the files in docs, this behavior is exactly the same how gh-pages will run your static site
Client-side |
---|
axios: ^0.19.2 |
bootstrap: ^4.5.0 |
jquery: ^3.5.1 |
react: ^16.13.1 |
react-dom: ^16.13.1 |
react-scripts: ^3.4.1 |
react-router-dom: ^5.2.0 |
https://algorithmvisualizersharang.herokuapp.com/
Create new Issues (preferred)
Email Me: sharangramana20@gmail.com