Skip to content

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

License

Notifications You must be signed in to change notification settings

MidHunterX/Played-Games-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.