https://github.com/pawfa/algorithms
Example application to learn Redux and D3.js
https://github.com/pawfa/algorithms
algorithm algorithms react reactjs redux
Last synced: 9 months ago
JSON representation
Example application to learn Redux and D3.js
- Host: GitHub
- URL: https://github.com/pawfa/algorithms
- Owner: pawfa
- Created: 2018-04-16T20:34:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T10:29:25.000Z (over 7 years ago)
- Last Synced: 2025-01-13T11:50:06.731Z (11 months ago)
- Topics: algorithm, algorithms, react, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms
Application where you need to set series in correct order through every algorithm iteration.
## Description
Example application to learn Redux and D3.js. You can see demo at an early stage [here](http://algorithms.pawfa.usermd.net/). Every code review and criticism is welcome.
## Getting Started
### Dependencies
- Node 6.0 or above,
- npm 5 or above
### Installing
To install this application, run the following commands:
```bash
git clone https://github.com/pawfa/algorithms.git
cd algorithms
```
This will get a copy of the project installed locally.
### Executing program
To run application, cd into the `algorithms` folder and run:
```bash
npm install && npm start
```