This project demonstrates an asynchronous loading process that progresses from 0% to 100%. After the loading completes, it simulates fetching some data asynchronously and displays the fetched data.
- Loading Process: The page shows a loading percentage that increases from 0% to 100% at intervals.
- Async Data Fetch: Once the loading reaches 100%, the script simulates a data fetching operation (e.g., using
setTimeout
) and displays the fetched data after a short delay.
- Clone or download the project.
- Open the HTML file in a web browser.
- The page will show a loading progress bar, and once completed, it will display some fetched data.