Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frolov-andrey2405/game_list
List of games with filters and search in React
https://github.com/frolov-andrey2405/game_list
css html js npm-package react
Last synced: about 19 hours ago
JSON representation
List of games with filters and search in React
- Host: GitHub
- URL: https://github.com/frolov-andrey2405/game_list
- Owner: Frolov-Andrey2405
- License: gpl-3.0
- Created: 2024-03-31T09:58:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-31T11:22:53.000Z (8 months ago)
- Last Synced: 2024-04-01T11:26:05.548Z (8 months ago)
- Topics: css, html, js, npm-package, react
- Language: JavaScript
- Homepage:
- Size: 568 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game List
This is a React application that displays a list of games with filtering and search functionality. Users can search for games by name and filter the list to show only games that are in their wish list.
## Features
- **Game List**: displays a list of games with their category, name, price, and images.
- **Search**: users can search for games by entering a search term in the search bar. The list will update in real-time to show only the games that match the search term.
- **Wish List Filter**: users can toggle a checkbox to filter the list and show only the games that are in their wish list.
- **Category Grouping**: the games are grouped by category, with each category displayed in a separate section.## Technologies Used
- **React**
- **JavaScript**
- **CSS**## Preview
![Preview](Preview.jpeg)