Skip to content

Collection of components built using only CSS and JavaScript, aimed at enhancing styling skills and understanding of core web development concepts. From navigation bars to cards, and more.

Notifications You must be signed in to change notification settings

basedhound/components_css-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Banner

Components - CSS / JavaScript

Preview

[EN] This repository contains a collection of practice exercises built using only CSS and JavaScript, aimed at enhancing styling skills and understanding of core web development concepts. The collection includes various components, ranging from navigation bars and email validation to cards, dropdown menus, and more.

[FR] Ce dépôt contient une collection d'exercices pratiques construits uniquement en CSS et JavaScript, visant à améliorer les compétences en stylisation et la compréhension des concepts fondamentaux du développement web. La collection inclut divers composants, allant des barres de navigation et de la validation des e-mails aux cartes, menus déroulants, et plus encore.

  • HTML (HyperText Markup Language) is the standard markup language used for creating web pages. It provides the structure of a webpage by defining elements such as headings, paragraphs, links, images, and other content. HTML elements are represented by tags, which tell the browser how to display the content.

  • CSS (Cascading Style Sheets) is a style sheet language used to describe the presentation of a document written in HTML. CSS controls the layout, colors, fonts, and overall visual appearance of web pages. By separating content from design, CSS enables developers to maintain and update the visual style of multiple pages efficiently.

  • JavaScript is a versatile, high-level programming language commonly used for web development. It enables interactive elements on web pages, such as dynamic content updates, form validation, animations, and user interface enhancements. JavaScript runs in the browser and is integral to building modern, interactive websites and web applications.

Follow these steps to set up the project locally on your machine.


Prerequisites

Make sure you have the following installed on your machine:


Cloning the Repository

git clone {git remote URL}


Running the Project

Use Live Server to launch a development local server with live reload feature for static & dynamic pages.

About

Collection of components built using only CSS and JavaScript, aimed at enhancing styling skills and understanding of core web development concepts. From navigation bars to cards, and more.

Topics

Resources

Stars

Watchers

Forks