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
Created a responsive age calculator where users can input their birthday and see their current age in years.
Technologies: React, useState
Features:
Input birthday
Display age in real-time
Responsive design for various screen sizes
Day 2: Weather App
Build a weather application that fetches data from a weather API and displays current weather conditions for a searched location.
Technologies: React
Features:
Search for weather by city
Display temperature, humidity, wind speed, and a weather icon
Day 3: E-commerce Product Page
Create a product detail page for an e-commerce website.
Technologies: React, useState, useContext (for global state management)
Features:
Product image gallery
Product details (title, description, price)
Add to cart functionality
Filter Functionality: Users can filter products based on various criteria such as category, Electronics, Jewelery and more enhancing the browsing experience.
Day 4: Blog Website
Developed a simple blog website where users can read posts and filter them by category.