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

https://github.com/midhunterx/played-games-list

🎲 A webpage to list out the games that I have finished/played.
https://github.com/midhunterx/played-games-list

gaming html-css-javascript json-db playedgames timeline

Last synced: 3 months ago
JSON representation

🎲 A webpage to list out the games that I have finished/played.

Awesome Lists containing this project

README

          

![](assets/head.png)
This is a webpage for keeping a list of all the PC games that I have finished playing.

The main purpose of this beginner project is to familiarize :

- [x] **Grouping and structuring source directory**

`Proper dir structure... this is the way`
- [x] **Structuring an HTML more effectively by utilizing JavaScript**

`JS can be used to render recurring HTML using a loop soo...`

`Less code = less work? ¯\_(ツ)_/¯`

`Probably not.`
- [x] **Connecting a database to webpage**

`JSON can be read using D3, JQuery, Fetch etc.`

`Chose JSON because... no API calls, no login nothing.`

`Perfect fit for my laziness.`
- [x] **Style elements using CSS**

`Yep, no external libraries.`

`No bootstrap. Going the long ugly route.`
- [x] **Responsive Web Design**

`Using flex and media queries.`
- [x] **Implementing Sort by function**

`Using simple JavaScript.`