A modern web application for reading manga and manhwa with background music functionality. Built with Next.js and MongoDB.
- 📚 Read manga and manhwa online
- 🎵 Background music player with playlist
- 🎨 Clean, modern UI design
- 📱 Responsive layout for all devices
- 🎯 Quick access to popular and latest titles
-
Frontend:
- Next.js 14
- React
- TypeScript
- CSS Modules
- React Player
-
Backend:
- MongoDB
- Next.js API Routes
- Clone the repository:
git clone https://github.com/yourusername/manhning.git
cd manhning- Install dependencies:
npm install- Set up environment variables by creating a
.env.localfile:
MONGODB_URI=your_mongodb_uri_here- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
