Saksham Zalpuri
Frontend Developer
Frontend developer building responsive, user-focused web interfaces using HTML, CSS, and JavaScript, React. I focus on clean UI, performance, and turning ideas into functional, real-world applications.
My Skills
Technologies and tools I’ve used across my projects and learning journey.
Front End
Tools
Projects
Weather Dashboard — Real-Time Weather Application
A dynamic weather dashboard that fetches live weather data from an external API and displays real-time conditions based on user input.
Key Features:
- Integrated weather API using async/await and fetch()
- Implemented real-time DOM updates based on API response
- Added error handling for invalid city names
- Designed responsive UI with weather condition icons
- Managed state updates efficiently to prevent redundant API calls
Expense Tracker — Client-Side Finance Manager
A browser-based expense management tool that allows users to add, remove, and track transactions with persistent storage.
Key Features:
- Implemented CRUD functionality for income and expenses
- Used localStorage for persistent data storage
- Calculated total balance dynamically using array methods (reduce)
- Added form validation for user input accuracy
- Structured code into modular functions for maintainability
Auth-Ease — Frontend Authentication UI
A modern authentication interface featuring login and signup forms with interactive UI behavior.
Key Features:
- Built interactive login/signup toggle system
- Implemented client-side form validation
- Designed clean and modern UI with responsive layout
- Structured CSS for maintainable component styling
- Enhanced UX with smooth transitions and visual feedback