This is a frontend made in React allowing users to search for games and learn more about given titles.
- Create a .env file containing the address of the backend.
VITE_API_ENDPOINT="http://localhost:3000/api"
- Clone and run the backend locally. You can find the repo here.
- Run
npm install - Run
npm run dev


