Skip to content

parthahuja89/GoodDeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoodDeal

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/

Features

  • Search for game deals across multiple online stores
  • Compare prices and historical data
  • Real-time price tracking
  • User-friendly interface built with React

Tech Stack

  • Frontend: React, Vite, Tailwind CSS
  • Backend: Node.js
  • External API: IsThereAnyDeal (ITAD)

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/GoodDeal.git
cd GoodDeal
  1. Install dependencies:
# Install frontend dependencies
cd ui
npm install

# Install backend dependencies
cd ../backend
npm install

Running the Application

Frontend (from ui directory):

npm run dev

Backend (from backend directory):

npm run dev

The application should now be running on http://localhost:3000 (frontend) and http://localhost:5000 (backend).

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published