Hi Everyone!! It has been 8 weeks since started doing web development. Apart from CSS, This week I have worked on small projects with simple HTML, CSS, and javascript.
1)Tic-Tac-Toe
https://github.com/Gauravrandheer/Tic-Tac-Toe-with-html-css-and-Js
2)Simple todo list
https://github.com/Gauravrandheer/To-do-list-with-simple-html-css-and-javascript
3)Digital clock
https://github.com/Gauravrandheer/Digital-clock-with-basic-html-css-and-javascript
I know these projects are simple, but I learned a lot from these projects. Please provide any feedback you have or you have done during this phase of your web dev, should I keep building small projects? or I should go for a bigger project.
Thanks for reading!!
Top comments (2)
Nicely done! One little thing though, in tic-tac-toe instead of doing this:
You can simply do:
The reference to the object in DOM tree will be valid until the element is removed from DOM.
Thanks