Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.25 KB

coiningv2

Info

Coining was my final project for the Skylab Bootcamp. It's a Bitcoin news aggregator, where I got to play with scraping, API's, NodeJS, MongoDB and more fun stuff.

I decided it wasn't really finished, so I'm working on the second version. Here you can find the frontend part, made in React.

Motivation

'Cryptocurrencies' is a tricky keyword: people who are new to the subject might find quite difficult to understand what's going on, as information comes from so many different sources.

Coining aims at giving a solution to that problem: By bringing the information all together to one place, the user can access to the latest news, prices and tweets about bitcoin and crypto without having to rely on multiple apps or sources.

The backend part of this project is hosted in this repo. The scrapers are the same as the previous version and are hosted in this repo

Live Demo

https://salty-island-34711.herokuapp.com/

Dependencies (frontend)

"axios": "^0.17.1",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17"