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

https://github.com/suwigyarathore/react-coin

React crypto currency portal
https://github.com/suwigyarathore/react-coin

cryprocurrency react singlepageapplication

Last synced: 3 months ago
JSON representation

React crypto currency portal

Awesome Lists containing this project

README

        

# React coin portal

This is a react crypto currency portal for latest crpto currency news with rich search

## Demo
https://react-crypto-news.herokuapp.com/

## Screen Shot

![Alt text](/screen.png "Optional Title")

## Getting started

Just follow below steps

### Familiar with Git?

clone this repository and `cd` into `react-coin` folder

```
git clone https://github.com/suwigyarathore/react-coin.git react-coin

cd react-coin
```

### Install dependencies

```
npm install
```

### Start development server

```
npm start
```