Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a9na/game-shop-in-c

Game Shop mock-up, my final project for a Programming || college course
https://github.com/a9na/game-shop-in-c

Last synced: about 2 months ago
JSON representation

Game Shop mock-up, my final project for a Programming || college course

Awesome Lists containing this project

README

        

# 🏪🛒 Game Shop mock-up in C

This is my code for the final project in Programming || course at FERIT. It allows users to browse games sorted by genres,
add them to their shopping cart, create a wishlist, and proceed with purchases.

### Languages & technologies used:
![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge&logo=c&logoColor=white)

### Features:
Sorted Search by Genre: Users can search for games based on different genres, ensuring easy navigation through the game catalog.

Shopping Cart: Users can add games to their shopping cart for easy checkout.

Wishlist: Users can create a wishlist of games they are interested in but not yet ready to purchase.

Purchase: Once satisfied with their selection, users can proceed with the purchase of games in their shopping cart.