A web application that helps users find the best deals on games using the ITAD (IsThereAnyDeal) API. Deployed at: https://good-deal-ui.vercel.app/
- Search for game deals across multiple online stores
- Compare prices and historical data
- Real-time price tracking
- User-friendly interface built with React
- Frontend: React, Vite, Tailwind CSS
- Backend: Node.js
- External API: IsThereAnyDeal (ITAD)
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/yourusername/GoodDeal.git
cd GoodDeal- Install dependencies:
# Install frontend dependencies
cd ui
npm install
# Install backend dependencies
cd ../backend
npm installFrontend (from ui directory):
npm run devBackend (from backend directory):
npm run devThe application should now be running on http://localhost:3000 (frontend) and http://localhost:5000 (backend).
MIT