You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilizes vanilla JavaScript to manipulate DOM elements based on the fetched data
Installation
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
Usage
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.
About
The project is a simple web application that fetches data from a mock API and displays it on a webpage. It serves as a hands-on example for bootcamp students to learn about API interactions and DOM manipulation using vanilla JavaScript.