A simple movie website clone project aims to replicate the basic functionalities of a popular movie site.
This project will help you practice essential web development skills and learn
how to build a fully functional web application.
When I started University I was a music major studying classical saxophone performance. Even though I am a computer application student now I still enjoy music a lot and listen to music constantly.
This site you are viewing right now was made with vanilla javascript, html and css (and lots of googling / debugging). It is a single page application which allows for super fast loading times. I made all the different pages load when they are clicked through javascript functions. Of course this is not overly simple but before the days of frameworks this was often the case for most web developers. DOM manipulation sucks! I am currently working on porting this project over into React and am using React Router to ensure the site still feels quick when loading different sections.