https://github.com/mannuelf/whatcoinwhichcoin
Cryptocurrency price overview dashboard.
https://github.com/mannuelf/whatcoinwhichcoin
javascript nodejs vuejs
Last synced: 9 months ago
JSON representation
Cryptocurrency price overview dashboard.
- Host: GitHub
- URL: https://github.com/mannuelf/whatcoinwhichcoin
- Owner: mannuelf
- License: mit
- Created: 2018-03-04T11:24:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:30:22.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T19:06:52.247Z (about 1 year ago)
- Topics: javascript, nodejs, vuejs
- Language: JavaScript
- Homepage: https://whatcoinwhichcoin.com
- Size: 38.8 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What Coin Which Coin
> Crypto currency Price Dashboard for fun.
## Build Setup
Crypto currency price viewing dashboard.
## Local dev
To get started fork and clone the repo to your development machine:
```bash
git clone https://github.com/mannuelf/whatcoinwhichcoin
```
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
```
## Contributing
If you would like to contribute form repo and go wild and submit a pull request. There is list of hopes and dreams found here: [https://github.com/mannuelf/whatcoinwhichcoin/projects/1](https://github.com/mannuelf/whatcoinwhichcoin/projects/1)
## Build for production
```bash
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
### Why another crypto currency price dashboard/ticker
I love technology, I love design, typography and I love Vue Js. This project is an opportunity to play with all of the above.
Join in the fun. If you like fork it, or just enjoy using it, [Click here](https://whatcoinwhichcoin.com)

### Technology
- VueJs
- NuxtJs
- Progressive Web Application
#### NUXTJS
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).