Summary of the change:
I have added a new web development project under the "Web Dev Projects" section. This project is a clone of the Chrome Dino Game made using HTML, CSS, and JavaScript. The game involves dynamic creation of elements and handling user input through keyboard events for gameplay interactions.
Motivation and context:
The Chrome Dino Game clone project adds an interactive and fun project to the web development section, demonstrating skills in DOM manipulation, event handling, and responsive web design
This project can serve as a great learning resource for developers interested in building dynamic web applications from scratch.
Dependencies:
No external dependencies are required for this change.
Type of change:
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] My code follows the style guidelines of this project.
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[ ] I have made corresponding changes to the documentation.
[x] My changes generate no new warnings.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] New and existing unit tests pass locally with my changes.
[ ] Any dependent changes have been merged and published in downstream modules.
[ ] Necessary documentation changes done.
[ ] I have added the file in the correct directory.
Summary of the change: I have added a new web development project under the "Web Dev Projects" section. This project is a clone of the Chrome Dino Game made using HTML, CSS, and JavaScript. The game involves dynamic creation of elements and handling user input through keyboard events for gameplay interactions.
Motivation and context: The Chrome Dino Game clone project adds an interactive and fun project to the web development section, demonstrating skills in DOM manipulation, event handling, and responsive web design This project can serve as a great learning resource for developers interested in building dynamic web applications from scratch.
Dependencies: No external dependencies are required for this change.
Type of change:
Checklist: