Delok Film Web is a web application for browsing and discovering movies and dramas. This project provides users with a rich interface for exploring film content, similar to mydramalist.com.
- Browse and search for movies and dramas.
- Detailed information on each film, including cast, synopsis, and ratings.
- User-friendly interface built with modern technologies.
- Next.js: Framework for server-side rendering and static site generation.
- TypeScript: Strongly-typed programming language that builds on JavaScript.
- Shadcn-UI: Component library for building user interfaces.
- Server Actions: For handling server-side logic and data fetching.
To get started with the Delok Film Web project, follow these steps:
-
Clone the repository:
git clone https://github.com/cakfan/delok-film-web.git cd delok-film-web
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Navigate to
http://localhost:3000
in your browser to see the application in action.
Once the application is running, you can:
- Use the search bar to find movies and dramas.
- Click on individual titles to view detailed information.
- Explore various categories and filters to refine your search.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
-
Fork the repository.
-
Create a new branch for your feature or bugfix:
git checkout -b my-feature-branch
-
Make your changes and commit them:
git commit -am 'Add new feature or fix bug'
-
Push to the branch:
git push origin my-feature-branch
-
Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Next.js: https://nextjs.org
- TypeScript: https://www.typescriptlang.org
- Shadcn-UI: https://ui.shadcn.com