Sharma572 / HTML-CSS-Project---HTML-CSS-Mini-Project---vlhva4xirtk7

I build multiple pages websites form Html web component ,Education is an essential part of a person, so the need of school, college, coaching and university. So a website would be a bridge between students and education providers. It is relevant to each and every family. This is a one webpage template regarding to information about the university and also it is responsive by nature with some hover effect and it is HTML CSS mini project but little bit JAVASCRIPT used in a project for some necessary requirement for mobile screen

Home Page:https://eduford-clone-2022.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eduford University Clone

by Raunak Sharma

Why This project was chosen ?

The aim of any university website is to provide information in a clear and accessible format, promoting the best user experience possible. I build this website because it has multiple pages with the help of Html web component i create reusable components without using things like React ,This is a one webpage template regarding to information about the university and also it is responsive by nature with some hover effect and it is HTML CSS mini project but little bit JAVASCRIPT used in a project for some necessary requirement for mobile screen

HOW did i make the project ?

Web Components are actually a collection of a few different technologies that allow you to create custom HTML elements.

Those technologies are:

HTML templates: Fragments of HTML markup using elements that won't be rendered until they're appended to the page with JavaScript. Custom elements: Widely supported JavaScript APIs that let you create new DOM elements. Once you create and register a custom element using these APIs, you can use it similarly to a React component. Shadow DOM: A smaller, encapsulated DOM that is isolated from the main DOM and rendered separately. Any styles and scripts you create for your custom components in the Shadow DOM will not affect other elements in the main DOM.

WHAT features, technical things had been implemented here?

basically in this project Html and css and JavaScript is used here Web Component that allow you to create custom HTML elements , Lifecycle Callbacks connectedCallback to append component data to UI and use Shadow Dom with Custom Elements.

Technologies Used

SI No. Technology Used
1. HTML
2. CSS
3. JavaScript
3. Web Components

Visit Site

Click to Visit

About

I build multiple pages websites form Html web component ,Education is an essential part of a person, so the need of school, college, coaching and university. So a website would be a bridge between students and education providers. It is relevant to each and every family. This is a one webpage template regarding to information about the university and also it is responsive by nature with some hover effect and it is HTML CSS mini project but little bit JAVASCRIPT used in a project for some necessary requirement for mobile screen

https://eduford-clone-2022.netlify.app/


Languages

Language:CSS 36.7%Language:HTML 33.4%Language:JavaScript 29.9%