Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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를 기반으로 한 음반 플랫폼 웹 사이트 개인 프로젝트 입니다.
- Host: GitHub
- URL: https://github.com/roqhdehd502/rounded-round
- Owner: roqhdehd502
- Created: 2022-10-20T02:17:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T09:27:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T20:56:57.630Z (over 1 year ago)
- Topics: firebase, nextjs, react, redux
- Language: JavaScript
- Homepage: rounded-round.vercel.app
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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