https://github.com/kottagenvh/mic-talk
Mictalk a web application that allows a user to have a virtual microphone and search lyrics for several songs.
https://github.com/kottagenvh/mic-talk
karoke microphone nextjs14 reactjs tailwindcss typesctipt
Last synced: 2 months ago
JSON representation
Mictalk a web application that allows a user to have a virtual microphone and search lyrics for several songs.
- Host: GitHub
- URL: https://github.com/kottagenvh/mic-talk
- Owner: KOTTAGENVH
- License: mit
- Created: 2024-08-17T19:06:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-26T13:11:39.000Z (9 months ago)
- Last Synced: 2025-09-26T15:11:33.173Z (9 months ago)
- Topics: karoke, microphone, nextjs14, reactjs, tailwindcss, typesctipt
- Language: TypeScript
- Homepage: https://mictalk.nowenkottage.com
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mic-Talk
### Description: Mictalk a web application that allows a user to have a virtual microphone and search lyrics for several songs.
>
### Installation & Setup
>1. Clone the project
>2. cd mic-talk
>3. pnpm i
>4. pnpm dev
>
### Project Structure
```
├── public
│ ├── images
│ │ ├── darkbackground.jpg
│ │ ├── lightbackground.jpg
│ │ ├── mic.jpg
│ │ ├── mic1.jpg
│ │ └── mic2.jpg
│ ├── next.svg
│ ├── robots.txt
│ ├── sitemap-0.xml
│ ├── sitemap.xml
│ └── vercel.svg
├── src
│ ├── Api
│ │ ├── axios
│ │ │ └── api.tsx
│ │ └── services
│ │ └── karoke.tsx
│ ├── app
│ │ ├── favicon.ico
│ │ ├── globals.css
│ │ ├── layout.tsx
│ │ ├── legal
│ │ │ └── page.tsx
│ │ └── page.tsx
│ ├── components
│ │ ├── header.tsx
│ │ ├── microphoneModal.tsx
│ │ ├── speakerModal.tsx
│ ├── contextApi
│ │ ├── darkmodeContext.tsx
│ │ ├── microphoneContext.tsx
│ │ ├── modalContext.tsx
│ │ ├── speakerContext.tsx
│ │ └── volumeContext.tsx
│ ├── css
│ │ └── mic.css
│ └── types.d.ts
├── tailwind.config.ts
└── tsconfig.json
```
### Images
