An open API service indexing awesome lists of open source software.

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

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
```