Skip to content

aoqlsdl/hearhere-front

Repository files navigation

🎧 Hear Here

start project

git clone

// install
yarn install

// build
npm run build

// start server
npm run dev

기술스택

Language & Framework

Styling

Formatter

Deploy

폴더구조

# 확장자명으로 끝나지 않으면 폴더
./src
├── App.tsx
├── RouteChangeTracker.ts
├── _mock
├── api
│   ├── http.ts
│   └── services/
├── assets
│   └── fonts/
├── components
│   ├── ASMRList
│   ├── About
│   ├── Banner
│   ├── Command
│   ├── Custom
│   ├── HelpModal
│   ├── Loading
│   ├── Login
│   │   ├── left
│   │   └── right
│   ├── LoginModal
│   ├── LoginProcessing
│   ├── LoginProcessingModal
│   ├── MusicPlayer
│   ├── Navbar
│   ├── NewList
│   ├── Signup
│   │   ├── left
│   │   └── right
│   ├── SlidingText
│   ├── StreamingBar
│   ├── Turntable
│   └── Waveform
├── domain
│   └── dto
├── hooks
│   ├── asmr
│   ├── auth
│   ├── useModal.ts
│   ├── useRedirect.ts
│   └── useScrollBlock.ts
├── main.tsx
├── pages
│   ├── AuthLayout.tsx
│   ├── Customize
│   ├── Home
│   ├── Layout.tsx
│   ├── Library
│   ├── Login
│   ├── LoginProcess
│   ├── Player
│   ├── ProtectedLayout.tsx
│   ├── Result
│   ├── SignUp
│   └── routes.tsx
├── recoil
│   ├── turntable
│   └── user
├── styles
│   ├── App.css
│   ├── global.css
│   └── index.css
├── types
│   ├── SoundDetail.ts
│   └── api
└── vite-env.d.ts

README.md

About

생성형 AI 활용 ASMR 서비스 Hear Here 프론트엔드 레포지토리

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors