Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a9na/game-shop-in-c
- Owner: a9na
- Created: 2023-05-24T21:55:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T19:32:59.000Z (9 months ago)
- Last Synced: 2024-04-18T18:59:51.855Z (9 months ago)
- Language: C
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.