This project is built on the side of my Codecademy full-stack career path as a compliment to the course about DOM that I recently completed. I felt like needed a challenge and some repetition, hence the creation of this application that really shouldn't be used for anything.
Just open up the index.html file in your browser and make sure to have JavaScript enabled.
Parts of the curriculum that have been used in order to make this source come alive.
- Fundamentals of HTML
- Fundamentals of CSS
- Deploying Websites (Translated into how to use ploi.io that was used for the deployment instead of Github Pages)
- Improved Styling with CSS
- Making a Website Responsive
- JavaScript Syntax, Part I
- JavaScript Syntax, Part II
- Git and Github, Part I
- Building Interactive Websites
- Try using TailwindCSS instead of pure CSS.
- Try making the CSS code in SASS in order to write fewer lines and to try out another technology.
- And more...
- Try making this site in Vue/React/Angular
- Write some kind of event handling, for instance, what if the time is shown as digital while the clock is being pressed down at with your mouse.
- Make another kind of clock, a Pomodoro clock for instance.