Checkout the main branch - https://github.com/real-zephex/Dramalama/tree/main.
Updated code!
Dramalama is a web application designed to provide detailed information about various entertainment media including Anime, K-Dramas, Movies, and Web Series. The application fetches data from various sources and displays it in an organized and user-friendly manner.
- Detailed information pages for Anime, K-Dramas, Movies, and Web Series.
- Search functionality for finding specific media.
- Pre-fetching of video links for optimized performance.
- User-friendly interface with responsive design.
- Framework: Next.js
- Styling: CSS, NextUI
Dramalama fetches data from multiple APIs to provide comprehensive and up-to-date information on various entertainment media.
- API: Consumet
- API: Dramacool API and Consumet
- Endpoints:
- Popular:
/popular
- Recent:
/recent
- Popular:
To set up the project locally, follow these steps:
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
to see the application in action.
Live demo is available at Dramalama - Netlify
NOTE: Dramalama is only hosted on netlify unless stated otherwise. Someone hosted this site on vercel with the same url and everything, so use it at your own risk!
This project is licensed under the MIT License.