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.
To navigate between the stages of the project, use the following commands:
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
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
- 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.
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!