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.