-My mini projects on web development during my free time in the university-
Webdev
Project 2: Music Playlist
Developed a music playlist website using VueJS 3’s data binding, events, lifecycle hooks, etc for my most favourite drama - Someday or One Day. Used audio library to play and pause the song. Deployed the website using Netlify which, in my opinion is the easiest way to deploy a JS application into live! (P.S. The steps are simple once you have pushed your codes onto Github). Another similar website was deployed for my favourite movie in 2021 - Love will Tear Us Apart.
Webdev
Project 1: Reaction Timer
Built a simple game by referencing a tutorial from The Net Ninja. Developed the game using VueJS 3’s data binding, events, etc. Modified the game to allow player to click only after the block is shown. Deployed the game using Netlify which, in my opinion is the easiest way to deploy a JS application into live! (P.S. The steps are simple once you have pushed your codes onto Github). Snapshot of the website Link to the deployed website