A collection of small web projects I built while learning HTML, CSS, Tailwind CSS and JavaScript.
Each project is deployed on Vercel for easy access.
A simple calculator web app to perform basic arithmetic operations.
- Supports addition, subtraction, multiplication, and division.
- Responsive design for desktop and mobile.
- Practiced DOM manipulation and event handling.
A currency converter that fetches real-time exchange rates.
- Converts between multiple currencies dynamically.
- Simple and user-friendly interface.
- Built to practice API integration and calculations.
A personal portfolio showcasing my skills, projects, and achievements.
- Modern and clean responsive design.
- Built using HTML and CSS for layout and styling.
An interactive quiz app with multiple-choice questions.
- Tracks user score and displays results at the end.
- Practiced state management and conditional rendering.
A fun and interactive game of Rock-Paper-Scissors with multiple modes.
- Endless Mode: Play without limits and track scores as long as you want.
- Best of 3: The first to win 2 rounds is the champion.
- Best of 5: The first to win 3 rounds wins the match.
- Practiced game logic, condition handling, and dynamic UI updates.
A weather app using the OpenWeather API to show live weather data.
- Displays city name, temperature, and conditions.
- Temperature conversion from Kelvin to Celsius.
- Focused on API fetch and dynamic DOM updates.
A web app to search and view GitHub profiles with their repositories.
- Search any GitHub user by username.
- Shows profile details: avatar, name, bio, followers, following, and repo count.
- Displays top 3 repositories of the user.
- Responsive and clean dark-themed UI.
These projects were built to strengthen my frontend development skills:
- DOM manipulation and event handling
- API data fetching and rendering
- State management and conditional rendering
- Responsive web design
⭐ Star this repository if you like these projects!