# Games List
## Why?
- We would like to have a list of pending/finished/wanted games
## Features
- Individual Entries of a video game
- CRUD pending/finished/wanted games lists
- Create your profile (public statistics)
- reviews entries
- coallated list of current streamers and videos about any game
- price/sale check
## MVP
- Non-registered user can:
- search for games
- Registered user can:
- save a game to their "played/want to play, etc..." lists
- x/5 stars on their own profile
## Technical MVP
- CRUD videogames
- CRUD users
- CRUD users lists
- Endpoints for rating system
## UI/UX
- **Let's do a mockup**
## Reseach
- Video Games API
- [Rawg](https://api.rawg.io/docs/)
- [IGDB API](https://www.igdb.com/api)
## Technical Stack
- React [frontEnd]
-