Skip to content

Mictalk a web application that allows a user to have a virtual microphone and search lyrics for several songs.

License

Notifications You must be signed in to change notification settings

KOTTAGENVH/mic-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

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

Screenshot 2025-09-16 at 02 33 49 Screenshot 2025-09-16 at 02 34 11

About

Mictalk a web application that allows a user to have a virtual microphone and search lyrics for several songs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published