MidHunterX / Played-Games-List

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :

  • Grouping and structuring source directory
    Proper dir structure... this is the way
  • 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.
  • 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.
  • Style elements using CSS
    Yep, no external libraries.
    No bootstrap. Going the long ugly route.
  • Responsive Web Design
    Using flex and media queries.
  • Implementing search queries
    Using J-Query JavaScript library.

About

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

License:MIT License


Languages

Language:CSS 60.1%Language:HTML 21.7%Language:JavaScript 18.2%