PROJECTS

cyber
This e-commerce platform implements a comprehensive set of features for online shopping, including user authentication, product browsing, search functionality, and responsive design.

Weather App
Weather App is a city weather forecast app built with Next.js and TypeScript. Search any city to get current weather and a 5-day forecast, with support for light/dark theme and Celsius/Fahrenheit switching — powered by the OpenWeatherMap API.

Text Animation
Text Animation is a creative JavaScript experiment that brings text to life through dynamic visual effects. Built with pure vanilla JS, HTML, and CSS — no libraries or frameworks.

Login Form
Login Form is a styled login and sign-up UI built with pure HTML and CSS. Focuses on clean form design and layout without any frameworks.

Calculator
Calculator is a functional calculator app built with React. Supports standard arithmetic operations with a clean, minimal interface.

Guess My Number
Guess My Number is a number guessing game where the player tries to identify a randomly generated secret number between 1 and 20. Each wrong guess costs a point and reveals a hint — the score system tracks your best result across rounds.

Pig Game
Pig Game is a two-player dice game built with React and TypeScript. Players take turns rolling a die and accumulating points — but rolling a 1 resets the turn. The first to reach 100 wins.