DEV Community

Cover image for Day 4 of #100DAYSOFCODE
ashuydv
ashuydv

Posted on • Updated on

Day 4 of #100DAYSOFCODE

So, yesterday was my day 4 of #100daysofcode, I made a virtual keyboard, with JavaScript. As a beginner, it was a good project for me, because it helped me to get well versed with topics like:
-- objects and functions,
-- DOM related concepts,
-- Used material icons for the first time,
-- Got to know how to add CSS using JavaScript, etc.

This was an awesome project for me, watched this project on youtube, here's a link of it: https://youtu.be/N3cq0BHDMOY
Here's my GitHub repo:
Code:-----> https://github.com/ashuydv/javascript-4
Preview:------> https://ashuydv.github.io/javascript-4/

Thanks for your precious time !!

Top comments (0)