Skip to content

Commit 14774a6

Browse files
First commit
0 parents  commit 14774a6

7 files changed

Lines changed: 98 additions & 0 deletions

File tree

83.4 KB
Loading
32.9 KB
Loading
11.7 KB
Loading
205 KB
Loading
65.5 KB
Loading
57.8 KB
Loading

README.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# GDG PUP JavaScript Study Jam 2
2+
3+
![JavaScript](https://shields.io/badge/JavaScript-F7DF1E?logo=JavaScript&logoColor=000&style=flat-square)
4+
5+
Welcome to **JavaScript Workshop** Join us on this journey through JavaScript fundamentals at **GDG PUP Web Development**.
6+
7+
Dive deeper into the world of web scripting with hands-on practice! 🚀
8+
9+
This repository contains the materials and activities for our second study jam. Whether you're a beginner or looking to refresh your skills. This repository will guide you through building your very first responsive website.
10+
11+
## 📂 Repository Structure
12+
13+
Explore the content of this repository below. Click on the folder names to navigate!
14+
15+
### TODO:
16+
17+
Contents...
18+
19+
### TODO:
20+
21+
Contents...
22+
...
23+
24+
---
25+
26+
## 🌟 Getting Started
27+
28+
Follow these simple steps to get your own copy of the project!
29+
30+
### Step 1: Fork the Repository
31+
32+
First, we need to make a copy of this project into your own GitHub account.
33+
34+
1. Look for the **Fork** button at the top-right corner of this page.
35+
2. Click it!
36+
37+
![Fork Button](./Assets/Images/Setup/fork-button.png)
38+
_(Image Description: The 'Fork' button located at the top right of the GitHub page, between 'Watch' and 'Star'.)_
39+
40+
### Step 2: Create Your Fork
41+
42+
1. If asked **"How are you planning to use this fork?"**, select **For my own purposes**.
43+
2. You will see a page to name your fork. You can leave the name as is.
44+
3. Click the green **Create fork** button.
45+
46+
![Create Fork](./Assets/Images/Setup/create-fork.png)
47+
_(Image Description: The 'Create a new fork' page. If prompted, select 'For my own purposes' before clicking the green 'Create fork' button.)_
48+
49+
### Step 3: Open with GitHub Desktop
50+
51+
Now that you have your own copy, let's put it on your computer.
52+
53+
1. On your new repository page, click the green **Code** button.
54+
2. Select **Open with GitHub Desktop**.
55+
56+
![Open with GitHub Desktop](./Assets/Images/Setup/open-with-desktop.png)
57+
_(Image Description: The dropdown menu that appears after clicking the green 'Code' button, highlighting the 'Open with GitHub Desktop' option.)_
58+
59+
### Step 4: Clone to Your Computer
60+
61+
1. GitHub Desktop will open up.
62+
2. Choose a folder on your computer where you want to save the project.
63+
3. Click **Clone**.
64+
65+
![Clone Dialog](./Assets/Images/Setup/clone-dialog.png)
66+
_(Image Description: The GitHub Desktop popup window showing the 'Local Path' selection and the blue 'Clone' button.)_
67+
68+
### Step 5: Open in VS Code
69+
70+
1. Once the download finishes, you will see buttons in GitHub Desktop.
71+
2. Click **Open in Visual Studio Code**.
72+
73+
![Open in VS Code](./Assets/Images/Setup/open-vscode.png)
74+
_(Image Description: The main view of GitHub Desktop showing the 'Open in Visual Studio Code' button in the right panel.)_
75+
76+
### Step 6: Start Coding!
77+
78+
1. In VS Code, look at the file explorer on the left.
79+
2. Open the **Post-Jam Activity** folder.
80+
3. Right-click `index.html` and choose **Open with Live Server**.
81+
82+
![Live Server](./Assets/Images/Setup/live-server.png)
83+
_(Image Description: The VS Code context menu showing the 'Open with Live Server' option.)_
84+
85+
---
86+
87+
## 📅 Submission
88+
89+
Submit your completed Post-Jam Activity via **Google Classroom**.
90+
91+
- Check the [Google Classroom](https://classroom.google.com/c/ODAzOTgxMzI0Mzgy) for the assignment link and deadline.
92+
- You will likely need to submit the link to your GitHub repository and a screenshot of your site.
93+
94+
## 🎉 Happy Coding!
95+
96+
We’re excited to see your creativity! Remember, every line of code you write brings you one step closer to mastering web development.
97+
98+
_Built with ❤️ by GDG on Campus PUP_

0 commit comments

Comments
 (0)