Activity

swetamehra25

I developed a Quiz Helper project that generates questions using AI based on a user’s input topic. During development, I worked on integrating the Gemini API to fetch dynamic content. I faced some issues with API responses and JSON parsing, but resolved them with debugging and testing. I also improved the UI to make it clean and user-friendly. This project helped me understand API integration, async JavaScript, and real-world problem solving.

Attachment
0
swetamehra25

The AI Joke Generator is a simple web project that generates random jokes using an online API. The goal of this project was to practice API integration and JavaScript fetch().

First, I created the HTML structure with a heading, a button, and a paragraph to display the joke. Then I added CSS to style the page and make it look clean and attractive. After that, I used JavaScript to handle the button click event. When the user clicks the “Get Joke” button, the app sends a request to a joke API and fetches a random joke, which is then displayed on the screen.

This project helped me understand fetch requests, working with APIs, and updating content dynamically using JavaScript. It was a fun and useful project for learning basic web development concepts.

Attachment
0
swetamehra25

I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.

Attachment
0