A Wordle-like game that allows you to test your knowledge of items from The Binding of Isaac Rebirth game, including all DLC.
To deploy this project run
npm run dev
To update items, run a script that scrapes item data from the tboi.com website.
Go to the scraper directory
cd scraper
Run the script (script will replace current items.json file!)
node scraper.js
Client: React, TailwindCSS, NextUI, react-window, js-confetti
Server: Next.js Scraper: Cheerio, Axios