Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/crypto-portfolio
Crypto portfolio tracker.
https://github.com/malcodeman/crypto-portfolio
cryptocurrency
Last synced: 21 days ago
JSON representation
Crypto portfolio tracker.
- Host: GitHub
- URL: https://github.com/malcodeman/crypto-portfolio
- Owner: malcodeman
- License: mit
- Created: 2018-11-02T20:20:51.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T06:46:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T11:10:30.936Z (about 2 months ago)
- Topics: cryptocurrency
- Language: JavaScript
- Homepage: https://price.surge.sh
- Size: 5.86 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - crypto-portfolio - Bitcoin & cryptocurrency portfolio tracker. (React)
README
# [Cryptocurrency portfolio](https://price.surge.sh)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/crypto-portfolio/blob/master/LICENSE)Bitcoin & cryptocurrency portfolio tracker.
![Screenshot](readme/screenshot.png)
## Getting started
First, clone and run the api:
```
git clone https://github.com/malcodeman/cmc-api-wrapper.git cmc-api-wrapper
cd cmc-api-wrapper
yarn install
yarn start
```Next, you can clone and run the frontend:
```
git clone https://github.com/malcodeman/crypto-portfolio.git crypto-portfolio
cd crypto-portfolio
yarn install
yarn start
```.env.development.local:
```
REACT_APP_API_URL = "http://localhost:4000/api"
```.env.production.local:
```
REACT_APP_API_URL = "https://malcodeman-cmc-api-wrapper.glitch.me/api"
```## Todos
- Passcode
- Languages
- Signals
- Settings
- News
- Portfolios drag & drop
- Add a coin pagination
- Show balance toggle
- Search portfolios## License
[MIT](./LICENSE)