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) and clone the repo
  2. Run npm ci to install the dependencies
  3. Run npm run scrape to run the web scraper
    • This scrapes nescartdb for info and cartridge art
  4. Run npm run dev to dev against the site
  5. Run npm run preview to run the prod build of the site
  6. Run npm 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