.
├── Dockerfile
├── README.md
├── tests
│ ├── snapshots
│ ├── api
│ └── snapshot.js
├── public
│ ├── fonts
│ ├── gif
│ ├── images
│ └── svgs
├── src
│ ├── api
│ ├── app
│ │ ├── classes
│ │ ├── components
│ │ ├── googleLogin
│ │ ├── layout.tsx
│ │ ├── not-found.tsx
│ │ └── page.tsx
│ ├── components
│ ├── constants
│ ├── hooks
│ ├── interfaces
│ ├── model
│ ├── recoil
│ └── styles
├── commitlint.config.js
├── jest.config.ts
├── jest.setup.ts
├── minori-next-task.json
├── next-env.d.ts
├── next.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── tailwind.config.ts
├── tsconfig.json
└── yarn.lock