This app allows fetching all available React releases from the Github API. The visualized results can be filtered through a searchbar and are paginated with 15 results per page.
Other features include dark mode and keyboard shortcuts for focusing the searchbar/toggling the color scheme.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.