Skip to content

Mictalk is a simple 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

40 Commits
 
 
 
 
 
 

Repository files navigation

Mic-Me

Description: Mictalk is a simple sweb 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. npm i
  4. npm run 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
│   │   ├── karoke
│   │   │   └── page.tsx
│   │   ├── layout.tsx
│   │   ├── legal
│   │   │   └── page.tsx
│   │   └── page.tsx
│   ├── components
│   │   ├── adsense.tsx
│   │   ├── header.tsx
│   │   ├── microphoneModal.tsx
│   │   ├── speakerModal.tsx
│   │   └── speedDial.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 2024-08-31 at 23 51 32 Screenshot 2024-08-31 at 23 51 51 Screenshot 2024-08-31 at 23 52 16 Screenshot 2024-08-31 at 23 52 47 Screenshot 2024-08-31 at 23 51 18

About

Mictalk is a simple 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