Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencertorres/coincount.info
Repository for the coincount.info website.
https://github.com/spencertorres/coincount.info
aws cryptocurrency-website reactjs redux website
Last synced: 15 days ago
JSON representation
Repository for the coincount.info website.
- Host: GitHub
- URL: https://github.com/spencertorres/coincount.info
- Owner: SpencerTorres
- License: gpl-3.0
- Created: 2018-02-06T00:14:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T01:38:28.000Z (over 6 years ago)
- Last Synced: 2024-11-11T21:28:48.996Z (3 months ago)
- Topics: aws, cryptocurrency-website, reactjs, redux, website
- Language: JavaScript
- Homepage: https://coincount.info
- Size: 198 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![coincount.info logo](https://i.imgur.com/2i3QPqn.png)](https://coincount.info)
This is a site I challenged myself to make in one day with the goal of creating the simplest bookmarkable cryptocurrency website.
I started with the usual `npm init`, and then proceeded to create and publish it online.
This includes development and research of the site itself and APIs, domain registration, and deployment to Amazon Web Services.Technology used:
- ReactJS
- Redux
- CoinMarketCap.com API
- AWS S3 + Cloudfront (This is what the live site uses right now; it hosts the React build.)This project isn't perfect (especially looking back), because it was rushed to meet the 1-day deadline I set for myself.
Of course, some code could be cleaned up and redesigned, but the site functions as it was intended.