This is a Next.js project bootstrapped with create-next-app.
🎧 DJ Mixer Web App 🎛️
This is a web-based DJ Mixer application built using modern front-end technologies. Mix tracks like a pro right in your browser with any audio files or API keys or any DJ skills.
Features:
- Two independent track players
- Song library with search functionality
- Crossfader for smooth transitions between tracks
- Dynamic track backgrounds based on album art
- Tempo control for each track
Tech Stack:
- Next.js (React Framework)
- TypeScript
- Tailwind CSS & shadcn/ui for styling
- Recoil for state management
- React Query & Axios for data fetching
- Bun for package management
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
We welcome contributions from the community! If you'd like to help improve this DJ Mixer project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix (
git checkout -b feature/your-feature-name). - Make your changes. Remember we use
bunfor package management! - Push your branch and open a Pull Request 🚀.
We appreciate your help in making this project better!