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: 2 months ago
JSON representation

Crypto portfolio tracker.

Lists

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)