GithubHelp home page GithubHelp logo

tomorrow-house's Introduction

๐Ÿก๋‚ด์ผ์˜ ์ง‘

goormedu์˜ '๊น€๋ฒ„๊ทธ์˜ UI ๊ฐœ๋ฐœ ๋ถ€ํŠธ์บ ํ”„ - ๊ฒฝ๋ ฅ๊ฐ™์€ ์‹ ์ž…์œผ๋กœ ๋ ˆ๋ฒจ์—…' ๊ฐ•์˜๋ฅผ ๋ณด๊ณ  ํด๋ก ์ฝ”๋”ฉํ•œ Repository์ž…๋‹ˆ๋‹ค.

๋ฐฐํฌ์ฃผ์†Œ

https://goumi1009.github.io/tomorrow-house/

1. GNB

  • ๋กœ๊ทธ์ธ์„ ํ•˜์ง€ ์•Š์€ ๊ฒฝ์šฐ
<div class="button-group">
  <button
    class="gnb-icon-button is-search lg-hidden"
    type="button"
    aria-label="๊ฒ€์ƒ‰์ฐฝ ์—ด๊ธฐ ๋ฒ„ํŠผ"
  >
    <i class="ic-search"></i>
  </button>

  <a
    class="gnb-icon-button is-cart"
    href="/"
    aria-label="์žฅ๋ฐ”๊ตฌ๋‹ˆ ํŽ˜์ด์ง€๋กœ ์ด๋™"
  >
    <i class="ic-cart"></i>
  </a>
  <div class="gnb-auth sm-hidden">
    <a href="/">๋กœ๊ทธ์ธ</a>
    <a href="/">ํšŒ์›๊ฐ€์ž…</a>
  </div>
</div>
  • ๋กœ๊ทธ์ธ์„ ํ–ˆ์„ ๊ฒฝ์šฐ
<div class="button-group">
  <button
    class="gnb-icon-button is-search lg-hidden"
    type="button"
    aria-label="๊ฒ€์ƒ‰์ฐฝ ์—ด๊ธฐ ๋ฒ„ํŠผ"
  >
    <i class="ic-search"></i>
  </button>
  <a
    class="gnb-icon-button sm-hidden"
    href="/"
    aria-label="์Šคํฌ๋žฉ ํŽ˜์ด์ง€๋กœ ์ด๋™"
  >
    <i class="ic-bookmark"></i>
  </a>

  <a
    class="gnb-icon-button sm-hidden"
    href="/"
    aria-label="๋‚ด์†Œ์‹ ํŽ˜์ด์ง€๋กœ ์ด๋™"
  >
    <i class="ic-bell"></i>
  </a>

  <a
    class="gnb-icon-button is-cart"
    href="/"
    aria-label="์žฅ๋ฐ”๊ตฌ๋‹ˆ ํŽ˜์ด์ง€๋กœ ์ด๋™"
  >
    <i class="ic-cart"></i>
    <strong class="badge">5</strong>
  </a>

  <button
    class="gnb-avatar-button sm-hidden"
    type="button"
    aria-label="๋งˆ์ด๋ฉ”๋‰ด ์—ด๊ธฐ ๋ฒ„ํŠผ"
  >
    <div class="avatar-32">
      <img src="./assets/images/img-user-01.jpg" alt="์‚ฌ๋‹ฌ๋ผ์•„์ €์”จ" />
    </div>
  </button>
</div>

2. Sidebar

  • ๋กœ๊ทธ์ธ์„ ํ•˜์ง€ ์•Š์€ ๊ฒฝ์šฐ
<div class="sidebar-auth">
  <a class="btn-40 btn-outlined" href="/">๋กœ๊ทธ์ธ</a>
  <a class="btn-40 btn-primary" href="/">ํšŒ์›๊ฐ€์ž…</a>
</div>
  • ๋กœ๊ทธ์ธ์„ ํ•œ ๊ฒฝ์šฐ
<div class="sidebar-user">
  <a href="/">
    <div class="avatar-24">
      <img src="./assets/images/img-user-01.jpg" alt="์‚ฌ๋‹ฌ๋ผ ์•„์ €์”จ" />
    </div>
    <strong class="username">์‚ฌ๋‹ฌ๋ผ์•„์ž์”จ</strong>
  </a>
</div>

tomorrow-house's People

Contributors

goumi1009 avatar

Watchers

 avatar

tomorrow-house's Issues

Product Show > Review Card Variations

Review Card Variations

1. Review Card Header

Avatar Username Rating Timestamp Vender Desc. โœ…
O ํ•„์ˆ˜ ํ•„์ˆ˜ ํ•„์ˆ˜ ํ•„์ˆ˜ ์œ ์ €ํ”„๋กœํ•„ ์ด๋ฏธ์ง€๊ฐ€ ์žˆ๋Š” ๊ฒฝ์šฐ โœ…
X ํ•„์ˆ˜ ํ•„์ˆ˜ ํ•„์ˆ˜ ํ•„์ˆ˜ ์œ ์ €ํ”„๋กœํ•„ ์ด๋ฏธ์ง€๊ฐ€ ์—†๋Š” ๊ฒฝ์šฐ โœ…

2. Review Card Body

Image Text Content Desc. โœ…
X ํ•„์ˆ˜ ์œ ์ €๊ฐ€ ๋ฆฌ๋ทฐ ์ด๋ฏธ์ง€๋ฅผ ์˜ฌ๋ฆฌ์ง€ ์•Š์€ ๊ฒฝ์šฐ โœ…
O ํ•„์ˆ˜ ์œ ์ €๊ฐ€ ๋ฆฌ๋ทฐ ์ด๋ฏธ์ง€๋ฅผ ์˜ฌ๋ฆฐ ๊ฒฝ์šฐ โœ…

3. Review Card Footer

Help Button Helped Desc. โœ…
True O ์‚ฌ์šฉ์ž๊ฐ€ ๋„์›€๋จ์„ ์ฒดํฌ, ๋„์›€๋จ 1์ด์ƒ โœ…
False O ์‚ฌ์šฉ์ž๊ฐ€ ๋„์›€๋จ์„ ๋ฏธ์ฒดํฌ, ๋„์›€๋จ 1์ด์ƒ โœ…
False X ์‚ฌ์šฉ์ž๊ฐ€ ๋„์›€๋จ์„ ๋ฏธ์ฒดํฌ, ๋„์›€๋จ 0 โœ…

Product Show > Inquiry Card Variations

#Inquiry Card Variations

Public Question Anser Desc. โœ…
X ๋น„๋ฐ€๊ธ€์ž…๋‹ˆ๋‹ค. ๋ฏธ๋…ธ์ถœ ๋ฌธ์˜๊ฐ€ ๋น„๊ณต๊ฐœ์ผ ๊ฒฝ์šฐ โœ…
O ๋…ธ์ถœ X ๋ฌธ์˜ ๊ณต๊ฐœ, ๋‹ต๋ณ€ ๋ฏธ์™„๋ฃŒ โœ…
O ๋…ธ์ถœ O ๋ฌธ์˜ ๊ณต๊ฐœ, ๋‹ต๋ณ€ ์™„๋ฃŒ โœ…

Product Show > Product Section Checklist

Checklist

  • Tab + TabPanel ๊ตฌ์กฐ
    • role์„ ์‚ฌ์šฉํ•ด์„œ ์œ ๊ธฐ์ ์œผ๋กœ ์—ฐ๊ฒฐ๊ด€๊ณ„ ๊ตฌ์ถ•
  • ๊ณตํ†ต ์ปดํฌ๋„ŒํŠธ
    • Tabpanel ๋‚ด ํ—ค๋”์˜์—ญ
      • ํ…์ŠคํŠธ ๋งŒ
      • ํ…์ŠคํŠธ + ๋ฑƒ์ง€ + ์•„์ด์ฝ˜ ๋งํฌ
      • ํ…์ŠคํŠธ + ๋ฑƒ์ง€ + ํ…์ŠคํŠธ ๋งํฌ
      • ํ…์ŠคํŠธ + ๋ฑƒ์ง€ + ์•„์ด์ฝ˜ ๋ฒ„ํŠผ (๋“œ๋ž๋‹ค์šด, ๋ชจ๋ฐ”์ผ only)
    • Tabpanel ๋‚ด table

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.