Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

Wireframe to Web Code

未關閉
#17 0 則留言 0 個 reaction 已指派 3 人 在 GitHub 檢視

@tesfathefture 已經在處理了。

開始於 2025年6月6日。

評估

這個 Issue 還沒有評估資料。

描述

🏕 Priority Mandatory 🐂 Size Medium 📅 Sprint 2 Core Module-Onboarding Submit:PR
Link to the coursework

https://github.com/CodeYourFuture/Module-Onboarding/tree/main/Wireframe

Why are we doing this?

A wireframe is a simple line diagram representing the skeleton of a website or an application's user interface (UI) and core functionality. It shows where components should be in relation to each other and what, roughly, they should do.

A common task for a web developer is to take a wireframe and express it in web code. Websites are made up of regular, repeating component pieces, so before you start coding, identify each component on the wireframe and write that out as your skeleton.

Maximum time in hours

3

How to get help

Share your blockers in your class channel. Use the opportunity to refine your skill in Asking Questions like a developer.

You can also open draft PRs and link to the actual code you are working on.

How to submit
  1. Fork Module-Onboarding to your Github account.
  2. Check you are in the branch main
  3. Make a branch for this project called feature/wireframe.
  4. Make regular small commits in this new branch with clear messages.
  5. When you are ready, open a PR to the CYF repo, following the instructions in the PR template. Read this guide, which explains more about how pull requests work at Code Your Future.
  6. Make sure to add the "Needs Review" label to your pull request. A volunteer will review it, and you should keep iterating until they say it is complete.
gitGraph
    commit id: "start"
    branch feature/wireframe
    commit id: "skeleton page code"
    commit id: "What is Git"
    commit id: "Why do developers need Git?"
    commit id: "What is a branch in Git?"
    checkout main
    merge feature/wireframe

[!WARNING]
Check you are in the branch main before you make your new branch or any changes

There are several projects in this repo. Make a new branch based on main for each project (each branch should not contain the commits for the other projects). The best way to do this is to check you are in main before you make any branch.

This might feel challenging at first, so this is a good problem to bring to class to work on in groups with mentors.

Anything else?

A really good habit to get into is to look at existing web pages and turn them into wireframe sketches. You can do this with pen and paper. You don't have to be good at drawing: it's just lines and boxes. Start to look at the internet like an engineer: break it down and understand how it was made.

A good place to start is YouTube. What components make up those views? Can you sketch them? What about GitHub? Somebody made everything you see.

[!TIP]
If you're on a library computer, you might find it useful to fork this Codepen so you can see what you are doing more easily.

主要語言
JavaScript
星號
3
分支
546
平均合併
9 小時 40 分鐘
30 天內合併 PR
2

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

CodeYourFuture/Module-JavaScript-Fundamentals 的其他 Issue

查看 CodeYourFuture/Module-JavaScript-Fundamentals 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。