A simple clock web-app that has the features for a clock that shows different timezones, timer, and stopwatch. A great starting project for learning the fundamentals of HTML, CSS, and Javascript.
Link to website preview : https://clock-project-l1yk.vercel.app/
2024-08-11.23-30-25.mp4
Credits & inspiration are in the Learning Resources section.
- open vscode terminal and type in the cmd's below
- git remote add origin https://github.com/eggboixd/clock-project.git
- git pull origin main
- open vscode terminal and type in the cmd's below
- git init
- git remote add origin https://github.com/eggboixd/clock-project.git
- git add .
- git commit -m "ur message type anything here idc"
- git push -u origin main