Day 7 of building in public. Starting my 21 Day Frontend Development Challenge 🚀 Today I built a project called Sequential User Fetcher using HTML CSS and Vanilla JavaScript. The goal of this project was to deeply understand how asynchronous JavaScript works when interacting with external APIs. Instead of fetching multiple users at once I implemented sequential API requests using async and await. This means each request waits for the previous one to complete before the next one starts. While working on this project I focused on understanding the flow of data from the API to the user interface. When the Load Users button is clicked the application: •Shows a loading indicator •Fetches random users from the Random User API one by one •Processes the JSON response •Dynamically creates user cards using DOM manipulation •Displays profile image name and email for each user This helped me understand how real applications handle asynchronous operations and dynamically update the UI. Key things I practiced in this project:- •Async and Await in JavaScript •Fetch API for working with external data •DOM manipulation for dynamic UI updates • Sequential API requests •Building responsive UI layouts using CSS Small projects like this are helping me move from just writing code to actually understanding how modern web applications work. Learning in public and building every single day. Excited for Day 8. If you are also learning JavaScript or building projects feel free to connect. Day 7 complete 14 more days of learning and building ahead. If you are also learning JavaScript or building projects I would love to connect and learn together. #webdevelopment #javascript #frontenddevelopment #100DaysOfCode #buildinpublic #programming #coding #softwaredeveloper #devcommunity #webdev #javascriptdeveloper #learninpublic #sheryains #sheryainscodingschool Harsh Vandana Sharma , Sheryians Coding School , Satwik Raj, Sheryians Coding School Community. Live link :- https://lnkd.in/gV4pmc25 GitHub repo:-https://lnkd.in/gQQ2iU9k My GitHub profile :-https://lnkd.in/eG98UbAa

Next project in this challenge will focus on improving API handling and UI interactions. Excited to keep building.

Like
Reply

If you are learning JavaScript right now what concept are you struggling with the most.

Like
Reply

Consistent small projects are helping me understand real development workflows much better.

Like
Reply
See more comments

To view or add a comment, sign in

Explore content categories