Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 2.06 KB

File metadata and controls

59 lines (44 loc) · 2.06 KB

Project C (JS): Retro Launcher Web UI

Overall Goals:

  • Display a static JSON game list
  • Grid view + detail modal

Week 1

Goals:

Week 2–3

Goals:

  • 1. Build grid UI + modal
  • 2. Implement search

Useful Reference Links:

Related Tailwind docs links:

Related DaisyUI component links:

<2026-01-01 Thu 00:49>: Need to refactor data workflow to pull from JSON file, and to be iterated instead.

Week 4

  • Deploy to Netlify/Vercel
  • Add README and screenshots

<2026-01-06 Tue 00:30>: A lot has happened in the past few weeks with random stuff and being sick.

However, getting back on task is interesting.

I did manage to get a lot of the look done today, so it looks pretty good. The right sidebar still remains.

The only major actual feature I wanted to deploy for this was the search by keyword.

I wanted it to look one-for-one for Launchbox, but at no point did I want to match the functionality one for one.

This really is just a proof-of-concept of whether or not we can get the same look and feel as Launchbox but within a browser.

This is so we can use the same ideas within the eXoDOS project as well.

Next steps would include the following:

  • Get the right side bar to look the same as the screenshot
  • Place the gamecard grid items into a JSON file and automatically pull from them upon page load

Way future ideas would include to implement the search functionality, but honestly, this is something we can always revisit anyway.