Skip to content

SohamXYZDev/Krypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krypt - Crypto Portfolio Tracker

Category Prize Winner in Boost Hacks 2024 "Best Blockchain Hack"

Overview

Krypt is a cryptocurrency portfolio tracker that allows users to manage and track their digital assets. It provides a user-friendly interface for adding and visualizing assets, and it fetches real-time data from the CoinMarketCap API.

Features

  • Add and remove assets from your portfolio
  • View a pie chart of your assets
  • See the total value of your portfolio

Setup

Prerequisites

  • Node.js
  • npm
  • CoinMarketCap API key

Installation

  1. Clone the repository
git clone https://github.com/username/krypt.git
  1. Install the dependencies
cd backend
npm install

Or manually install the following dependencies:

"body-parser": "^1.20.2" "canvasjs": "^1.8.3" "cors": "^2.8.5" "dotenv": "^16.3.1" "express": "^4.18.2" "node-fetch": "^3.3.2"

  1. Add your CoinMarketCap API key to /backend/.env
  2. Start the server
cd /backend/
node server.js

Usage

Open index.html in your web browser. Use the "Your Assets" page to add assets to your portfolio. Use the "Dashboard" page to view a pie chart of your assets and the total value of your portfolio.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •