/FrontEND22Hours

This repository showcases a diverse range of web development projects, all created with HTML, CSS, JavaScript, and React. From simple pages to interactive applications, this collection demonstrates proficiency in various web technologies. Explore each project to see different aspects of web development and discover the creator's journey.

Primary LanguageHTML

Front-end 2023-2024 projects

Overview

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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • React

Some Special Projects

1. Tribute Page

A simple tribute page featuring information about myself and a picture. This was one of my first projects in this repository.

View Tribute Page

2. 3D Effect Buttons

A collection of 3D buttons created using box-shadow effects. JavaScript functionality has been added to change the button color on hover.

View 3D Effect Buttons

3. Pseudo-elements and Pseudo-classes

A page demonstrating cool animations on element hover using pseudo-elements and pseudo-classes.

View Pseudo-elements and Pseudo-classes

4. Keyframe Animation

A simple page with an element that moves back and forth, changing its form during movement.

View Keyframe Animation

5. Parallax Effect

A project showcasing a parallax effect on scroll. React-parallax package was used for implementation.

View Parallax Effect

6. Todo List

A simple todo list with basic functionality. Users can add new items to the list.

View Todo List