https://github.com/sandhish/crypto-wiz
Crypto Website
https://github.com/sandhish/crypto-wiz
binance-api livecoinwatch-api mern-stack websocket
Last synced: over 1 year ago
JSON representation
Crypto Website
- Host: GitHub
- URL: https://github.com/sandhish/crypto-wiz
- Owner: Sandhish
- Created: 2025-01-04T15:49:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T04:41:34.000Z (over 1 year ago)
- Last Synced: 2025-02-28T12:10:44.312Z (over 1 year ago)
- Topics: binance-api, livecoinwatch-api, mern-stack, websocket
- Language: JavaScript
- Homepage: https://cryptowizz.vercel.app/
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto-Wiz
Crypto-Wiz is a modern cryptocurrency web application that allows users to track, analyze, and trade cryptocurrencies in real time. It provides live updates on prices, trading volumes, and 24-hour changes using the Livecoin Watch API and Binance API. The app also includes functionalities like portfolio management, watchlist creation, and live price updates via WebSockets.
## Features
### Real-Time Data:
+ Fetch live cryptocurrency data (price, volume, 24-hour change) using the Livecoin Watch API.
+ Interactive price graphs and market analysis powered by the Binance API.
+ Real-time price updates implemented via WebSockets.
### Trading Functionality:
+ Buy and sell cryptocurrencies within the platform.
+ Manage funds by adding virtual money to simulate real trading.
### Portfolio Management:
+ View and track your cryptocurrency holdings.
+ Check the overall value and performance of your portfolio in real time.
### Watchlist:
+ Add favorite cryptocurrencies to a personalized watchlist.
+ Get quick access to the latest updates on selected coins.
### Search:
+ Search for specific cryptocurrencies quickly and efficiently.
## Tech Stack
### Frontend:
+ React.js: For building a dynamic and responsive user interface.
+ Chart.js: For rendering interactive price graphs.
### Backend:
+ Node.js with Express.js: For handling API requests and managing the server-side logic.
+ MongoDB: For storing user data, watchlists, portfolio, and transaction history.
### APIs:
+ Livecoin Watch API: For fetching live market data.
+ Binance API: For real-time price graphs and market data.
### Others:
+ WebSockets: For real-time price updates.
+ JWT: For user authentication.