Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roqhdehd502/rounded-round

리액트, Next.js를 기반으로 한 음반 플랫폼 웹 사이트 개인 프로젝트 입니다.
https://github.com/roqhdehd502/rounded-round

firebase nextjs react redux

Last synced: 11 days ago
JSON representation

리액트, Next.js를 기반으로 한 음반 플랫폼 웹 사이트 개인 프로젝트 입니다.

Awesome Lists containing this project

README

        

.

├── commons

│ ├── functional

│ │ ├── filters.js (필터링 기능)

│ ├── primereact (Primereact 공통 구현 기능)

│ │ ├── CarouselCommon.js

│ │ ├── DatatableCommon.js

│ │ ├── DialogCommon.js

├── components

│ ├── Footer

│ ├── Header

│ ├── Main

│ ├── Popular

├── data

│ ├── productData.js

│ ├── songData.js

├── layouts

│ ├── DefaultLayout.js

│ ├── EmptyLayout.js

├── pages

│ ├── api

│ ├── auth

│ ├── genre

│ ├── new

│ ├── popular

│ ├── test

│ ├── user

│ ├── _app.js

│ ├── index.js

├── public

│ ├── img

│ ├── favicon.ico

│ ├── vercel.svg

├── service

│ ├── ProductService.js

│ ├── SongService.js

├── store

│ ├── modules

│ │ ├── counter.js (리듀서 모듈)

│ │ └── index.js (리듀서 모듈 통합)

│ └── index.js (store 생성 && wrapper 생성)

└── styles

│ ├── sass

│ ├── _overrides.scss

│ ├── _variables.scss

│ ├── globals.scss

├── .eslintrc.json

├── .gitignore

├── README.md

├── next.config.js

├── package-lock.json

├── package.json