Cryptocurrency Price Tracker
Built a real-time cryptocurrency dashboard that fetches live data for Bitcoin, Ethereum, and other coins through a public API. Implemented dynamic UI updates using Fetch API and async/await; displayed price, market cap, and percentage change in a responsive card-based layout.
To-Do List App
Developed a task manager with add, delete, and mark-complete features. Used localStorage for state management and DOM manipulation for real-time UI updates; implemented a clean UI with CSS transitions.
Astrology Website
Created an interactive astrology portal accepting first name, last name, and date of birth. Generated Rashi (zodiac sign) and personalized suggestions using custom logic and conditional rendering, with thematic styling and animated elements.
Digital Clock
Built a live digital clock using JavaScript's Date object with real-time second-by-second updates and setInterval; styled with CSS for a modern look.