Skip to content

HackerSchool/WS-WebDev-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WS-WebDev-2024

Repositório de suporte ao workshop the webdev 2024

Welcome to the Web Development Workshop repository! This repository contains the different stages of the project as branches. Each branch represents a step in the progression of the workshop.

Commands to Switch Between Branches

To navigate between the stages of the project, use the following commands:

1. Clone the Repository (if not already cloned)

If you haven't cloned the repository yet, do so by running:

git clone https://github.com/HackerSchool/WS-WebDev-2024
cd WS-WebDev-2024

2. Checkout Branches for Different Stages

Each stage of the workshop is stored in a separate branch. Use the following commands to switch to a specific branch:

  • Stage 1: Basic HTML Structure

    git checkout 01-start-html
  • Stage 2: Adding CSS for Styling

    git checkout 02-css-styling
  • Stage 3: Introduction to JavaScript

    git checkout 03-javascript
  • Stage 4: Fetching Data with JavaScript

    git checkout 04-fetch-api
  • Stage 5: Final Website with Interactivity

    git checkout 05-final

Additional Information

  • Documentation: Each branch may have its own README or comments in the code explaining the new features introduced at that stage.
  • Favicon and Assets: Make sure to keep all assets (like the favicon, images, and CSS) in the correct directories when experimenting with the project locally.

Issues and Questions

If you encounter any issues or have questions during the workshop, feel free to reach out to the instructor or open an issue in this repository.

Enjoy the workshop and happy coding!

About

Repositório de suporte ao workshop the webdev 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published