Hey guys ๐
So I just finished building a JavaScript Movie App and Iโm really excited about it.
The app fetches real-time movie data from an external API. When the page loads, it automatically displays popular movies, and users can also search for any movie they want.
What made this project interesting for me was working with async and await, handling API responses, managing errors, and dynamically updating the DOM.
I also deployed it live using Vercel, which means itโs publicly accessible.
Turn Curiosity into Code: Build Your Own IP Tracker in <1 Hour!
Ever wondered how websites know your general location? Letโs demystify it by building a simple IP address tracker!
One of the challenges we faced was the long fetching AI response time which we used async function/await to ensure a smooth API calls and user experience.
During the course of this project, we learnt how to integrate OpenAIโs API efficiently, work with async/await for smooth API
Lol, the major challenge i encountered amongst other was handling the "next question" pop-up. I have actually learnt some skills which i believe would shape me more in my journey as a developer such as DOM manipulations and local storage.
@Web3Bridge
I recently built a Quiz App using HTML, CSS, and JavaScript, and I learned a lot in the process!
The app keeps track of scores after user makes correct choices from the given options, Also a timer is included for the overall question.
@Web3Bridge