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
- Host: GitHub
- URL: https://github.com/suwigyarathore/react-coin
- Owner: suwigyarathore
- Created: 2019-02-02T11:44:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T18:49:24.000Z (over 6 years ago)
- Last Synced: 2025-01-21T10:31:27.277Z (4 months ago)
- Topics: cryprocurrency, react, singlepageapplication
- Language: JavaScript
- Size: 548 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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-coincd react-coin
```### Install dependencies
```
npm install
```### Start development server
```
npm start
```