Skip to content

jpdosher/HTML5_CSS

Repository files navigation

HTML5_CSS

Repository dedicated to HTML5, CSS, and basic JavaScript studies, including exercises, reference materials, and responsive page implementations.


Overview

This project is a centralized workspace to practice and consolidate front-end fundamentals:

  • Semantic HTML5 structure
  • CSS styling and layout (Flexbox, Grid)
  • Responsive design techniques
  • Introductory JavaScript interactions
  • Hands-on exercises and course materials

Project Structure


/
├── Exercícios/                         # Practice exercises
├── Referência-html-css-master/         # Reference materials
├── Responsive personal page/           # Responsive layout example
├── aluramidi-curso-arquivos-iniciais/  # Course starter files (Alura)
├── index.html                          # Entry HTML file
└── README.md


Getting Started

Clone the repository

git clone https://github.com/jpdosher/HTML5_CSS.git
cd HTML5_CSS

Run locally

You can open any .html file directly in your browser, or use a local development server.

Recommended (VS Code)

  1. Install the Live Server extension
  2. Right-click index.html
  3. Select Open with Live Server

Suggested Learning Path

  1. Review index.html to understand the base structure
  2. Explore Referência-html-css-master for concepts and examples
  3. Practice with files inside Exercícios
  4. Analyze Responsive personal page for responsive layout techniques
  5. Extend functionality using JavaScript

Live Preview

A deployed version of this project is available via Vercel (see repository description).


Purpose

  • Consolidate front-end learning in a single repository
  • Version and track exercises and experiments
  • Build a reusable knowledge base
  • Improve practical HTML, CSS, and JavaScript skills

License

This project is licensed under the MIT License.

About

Repo to store HTML/CSS/JS studies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors