Skip to content

lksmrck/personal-crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

127 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔎 Personal Crypto Tracker

🔸 Key Features

Simple personal project, that allows user to:

  • Watch actual cryptocurrency prices and statistics on Dashboard
  • Login and add transactions of his buys and sells of cryptocurrencies
  • User's profit or loss, actual holding amount and average purchase price are calculated and updated based on added transactions and transaction prices (Holdings page)
  • User's transactions (Transaction history page) and Holdings (Holdings page) are logged and saved into database

🔸 Demo

You can try the demo HERE

- Actual info: If you want to try this app, you have to run it locally on your machine based on steps below, because of expired backend hosting on Heroku.
- Based on that, users are currently not able to register and login using username and pw. Users are however still able to login via Google Auth, but don't see their holdings and transactions (as these are fetched from the currently unhosted BE).

App demo

🔸 Configuration and setup

In order to run this project locally, simply fork and clone the repository or download as zip and unzip on your machine.

  • Open the project in your prefered code editor.
  • Go to terminal -> New terminal (If you are using VS code)

1. Client

$ cd client

Create .env file in the root of your client directory. Add:

REACT_APP_GOOGLE_CLIENT_ID = *your google client ID*
REACT_APP_API = http://localhost:8000
$ npm install (to install client-side dependencies)
& npm start (to start the client)

2. Server

$ cd server

Create .env file in the root of your server directory. Add:

MONGODB = *your mongoDB cluster URL*
JWT_SECRET = *your secret string for JWT*
$ npm install (to install server-side dependencies)
& nodemon index.js (to start the server)

🔸 Data

Data from CoinGecko API is used in this project.

🔸 Main technologies used

🔸 Known issues

  • Google sign in vs. Form sign in with same gmail is not considered as same user

🔸 Future

  • Potential extension to use also stocks data
  • Implementation of charts for movements
  • Profit and loss statement for specified period based on added transactions and prices

About

Personal fullstack project of crypto investments tracker - Typescript, React, Node.js, MongoDB

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors