Skip to content

dually8/nes-cart-browser

Repository files navigation

NES Cart Browser

This is a site that lets you browse NES games by their cartridge art. You can also search for titles, select them, and read their cart information.

Getting Started

  1. Install Node.js (20.x), pnpm, and clone the repo
  2. Run pnpm install to install the dependencies
  3. Run pnpm run scrape to run the web scraper
    • This scrapes nescartdb for info and cartridge art
  4. Run pnpm run dev to dev against the site
  5. Run pnpm run preview to run the prod build of the site
  6. Run pnpm run build to build the dist (outputs to /build).

Todo

  • Selecting a cartridge pops open a dialog that shows it's info and a link to its entry in nescartdb
  • Add fade in/out animations for the cards

Resources