Giter Site home page Giter Site logo

euijinkk / kyrics-frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pa-rang/kyrics-frontend

1.0 0.0 0.0 7.69 MB

πŸš€μ„œλ²„λ³΄λ‹¨ 웹이지

Home Page: https://www.kyrics.org

JavaScript 0.03% TypeScript 99.69% CSS 0.28%
typescript nextjs react

kyrics-frontend's Introduction

ν‚€λ¦­ 둜고-01

μ‚¬μ΄νŠΈλ§ν¬

πŸ’« KyricsλŠ” 이런 μ„œλΉ„μŠ€μž…λ‹ˆλ‹€!

🎢 Learn Korean through your favorite K-Pop artists and songs!

μΌ€μ΄νŒ κ°€μ‚¬λ‘œ λ°°μš°λŠ” 우리말, ν‚€λ¦­μŠ€ ✨
ν‚€λ¦­μŠ€λ₯Ό 톡해 μš°λ¦¬λ§μ„ 쉽고 재미있게 λ°°μ›Œλ³΄μ„Έμš”!


κΈ°λŠ₯ μ†Œκ°œ

  1. Home View image
  • μ•„ν‹°μŠ€νŠΈλ₯Ό μ„ νƒν•˜λŠ” ν™”λ©΄μž…λ‹ˆλ‹€.
  1. Artist View image
  • μ•„ν‹°μŠ€νŠΈμ˜ λ…Έλž˜λ₯Ό μ„ νƒν•˜λŠ” ν™”λ©΄μž…λ‹ˆλ‹€.
  1. Study View image
  • ν•™μŠ΅μ΄ κ°€λŠ₯ν•˜λ„λ‘ playerλ₯Ό λ§Œλ“€κ³ , Key Expressions μ œκ³΅ν•©λ‹ˆλ‹€.
  • μŒμ•…μ΄ ν˜λŸ¬κ°μ— 따라 가사가 ν•˜μ΄λΌμ΄νŒ… λ©λ‹ˆλ‹€.
  • 가사λ₯Ό ν΄λ¦­ν•˜λ©΄, ν•΄λ‹Ή 가사가 ν˜λŸ¬λ‚˜μ˜€λŠ” μ‹œκ°„μœΌλ‘œ μ΄λ™ν•©λ‹ˆλ‹€.
  1. Login View image
  • Google, Facebook Social Login을 μ œκ³΅ν•©λ‹ˆλ‹€.
  1. My Songs View image
  • 즐겨찾기 μΆ”κ°€ν•œ λ…Έλž˜λ₯Ό λͺ¨μ•„λ‘‘λ‹ˆλ‹€
  1. My Vocab View image
  • 즐겨찾기 μΆ”κ°€ν•œ 단어λ₯Ό λͺ¨μ•„λ‘‘λ‹ˆλ‹€

κ΅¬ν˜„


πŸ›  μ‚¬μš©ν•œ 기술

Β Β Β Β 

"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"axios": "^0.21.1",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"recoil": "^0.3.1",
"reset-css": "^5.0.1",
"swr": "^0.5.6"

πŸ—‚ ν”„λ‘œμ νŠΈ ꡬ쑰

.
β”œβ”€β”€ components
β”‚Β Β  β”œβ”€β”€ common
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Footer.tsx
β”‚Β Β  β”‚Β Β  └── Header.tsx
β”‚Β Β  β”œβ”€β”€ home
β”‚Β Β  β”‚Β Β  └── Title.tsx
β”‚Β Β  β”œβ”€β”€ mypage
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ MySong.tsx
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ MyVoca.tsx
β”‚Β Β  β”‚Β Β  └── Setting.tsx
β”‚Β Β  └── study
β”‚Β Β      β”œβ”€β”€ AddVocab.tsx
β”‚Β Β      β”œβ”€β”€ KeyExpression.tsx
β”‚Β Β      β”œβ”€β”€ Lyrics.tsx
β”‚Β Β      β”œβ”€β”€ Player.tsx
β”‚Β Β      └── PlayerBtns.tsx
β”œβ”€β”€ hooks
β”‚Β Β  └── useExample.ts
β”œβ”€β”€ lib
β”‚Β Β  β”œβ”€β”€ constants
β”‚Β Β  β”‚Β Β  └── example.ts
β”‚Β Β  └── utils
β”‚Β Β      └── example.ts
β”œβ”€β”€ next-env.d.ts
β”œβ”€β”€ next.config.js
β”œβ”€β”€ pages
β”‚Β Β  β”œβ”€β”€ _app.tsx
β”‚Β Β  β”œβ”€β”€ category.tsx
β”‚Β Β  β”œβ”€β”€ index.tsx
β”‚Β Β  β”œβ”€β”€ login.tsx
β”‚Β Β  β”œβ”€β”€ mypage
β”‚Β Β  β”‚Β Β  └── [id].tsx
β”‚Β Β  └── study.tsx
β”œβ”€β”€ public
β”‚Β Β  └── assets
β”‚Β Β      β”œβ”€β”€ icons
β”‚Β Β      β”‚Β Β  └── favicon.ico
β”‚Β Β      └── images
β”‚Β Β          └── example.ts
β”œβ”€β”€ styles
β”‚Β Β  └── globals.css
└── types
    └── index.ts

πŸ–₯ Contributor

kyrics-frontend's People

Contributors

8dgkim avatar dannaward avatar euijinkk avatar nahee-park avatar pa-rang avatar

Stargazers

 avatar

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.