This project is a Steam Inventory Dashboard that allows users to view the value of their Steam inventory. It includes features such as a leaderboard, price history tracking, and a proxy server to handle requests to the Steam Web API.
- Inventory Value Calculation: Automatically calculates the total value of a Steam user's inventory.
- Leaderboard: Displays a leaderboard of users with the highest inventory values.
- Price History: Tracks and displays the history of inventory value changes for each user.
- Proxy Server: A backend server that acts as a proxy to the Steam Web API to avoid CORS issues.
- Frontend: React, Vite, Tailwind CSS
- Backend: Node.js, Express
- Database: MongoDB
- Deployment: Frontend on GitHub Pages, Backend on Heroku.
- Node.js
- npm (comes with Node.js)
- MongoDB
- Clone the Repository
git clone https://github.com/KianAnd19/your-repo-name.git cd your-repo-name