This repository is a collection of projects I've worked on, ranging from simple HTML pages to more complex React applications. Each project highlights different aspects of web development and demonstrates my understanding of various technologies.
- HTML
- CSS
- JavaScript
- React
A simple tribute page featuring information about myself and a picture. This was one of my first projects in this repository.
A collection of 3D buttons created using box-shadow effects. JavaScript functionality has been added to change the button color on hover.
A page demonstrating cool animations on element hover using pseudo-elements and pseudo-classes.
View Pseudo-elements and Pseudo-classes
A simple page with an element that moves back and forth, changing its form during movement.
A project showcasing a parallax effect on scroll. React-parallax package was used for implementation.
A simple todo list with basic functionality. Users can add new items to the list.