- Demonstrates how to fetch data from a mock API
- Utilizes vanilla JavaScript to manipulate DOM elements based on the fetched data
- Clone the Repository: Clone this repository to your local machine.
git clone [repository URL]
- Navigate to Project Directory: Use the command line to navigate into the cloned project folder.
cd [project-directory]
- Open in Browser: Open the
index.html
file in your preferred browser.- Alternatively, you can use a local server to serve the project. I recommend the 'Live Server' extension by Ritwick Dey
- Open the Webpage: Navigate to the project in your browser.
- Interact with the UI: The page will automatically fetch data from the mock API and display it.
- Check the Console: Open the browser's developer console to see logs and debug.