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

https://github.com/shootermv/seeking-alpha-assessment

App displays constantly changing patterns
https://github.com/shootermv/seeking-alpha-assessment

functional-programming react typescript

Last synced: about 1 month ago
JSON representation

App displays constantly changing patterns

Awesome Lists containing this project

README

          

# Interesting About This Project
This project uses React with Typescript (combination im using first time)
The logic of displaying the moving patterns done using [functional programming](https://en.wikipedia.org/wiki/Functional_programming) pattern
Thus it was pleasure to write tests
[demo](https://shootermv.github.io/seeking-alpha-assessment/)

# Ho To Run
Install dependencies
```shell
yarn
```
run the site at http://localhost:3000
```shell
yarn start
```
run tests
```shell
yarn test
```