A blazingly fast, server-side rendered search application for Steam games, powered by Typesense, Next.js App Router, and React InstantSearch. After st

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-11-25 02:30:02

A blazingly fast, server-side rendered search application for Steam games, powered by Typesense, Next.js App Router, and React InstantSearch.

After starting the development server, open your browser and navigate to http://localhost:3000. You can now search for Steam games, apply filters, and explore the catalog.

This project uses custom-styled React Instantsearch components built with shadcn/ui, which combines the accessibility of Radix UI with the utility-first approach of Tailwind CSS. These components are located in the src/components/instantsearch directory and include:

The dataset used in this showcase is from Terenci Claramunt's (@terencicp) public dataset of Steam Games released from 2013 up to 2023 listed here: https://www.kaggle.com/datasets/terencicp/steam-games-december-2023

Leave a Comment