An open API service indexing awesome lists of open source software.

https://github.com/thomas-basham/debug-lab

In this exercise, you will work with a simple web application called "Simple Counter." There are several bugs and issues in the code that prevent the application from working correctly.
https://github.com/thomas-basham/debug-lab

Last synced: 4 months ago
JSON representation

In this exercise, you will work with a simple web application called "Simple Counter." There are several bugs and issues in the code that prevent the application from working correctly.

Awesome Lists containing this project

README

        

# Debug Lab

In this exercise, you will work with a simple web application called "Simple Counter." This application includes HTML, CSS, and JavaScript files. The goal of the counter is to allow users to increase, decrease, or reset a numeric value displayed on the screen. However, there are several bugs and issues in the code that prevent the application from working correctly.
Objectives:

- Use Chrome Developer Tools to diagnose and resolve issues in the application.
- Understand the interaction between HTML, CSS, and JavaScript in a web application.
- Gain familiarity with the Elements, Console, Sources, and Network panels in Chrome Developer Tools.