AniMonkey is a website that offers a catalog of anime, allowing users to explore and watch different titles. This README provides detailed information about the project, how to set it up locally, technologies used, contribution, and more.
AniMonkey is a platform that allows users to search and watch various anime online. The website has an intuitive and easy-to-use interface.
- Search for anime by name, genre or popularity.
- Display details about each anime, including description, cast and episodes.
- Streaming episodes directly on the website.
- Responsive interface and optimized for mobile devices.
To configure AniMonkey locally, follow the steps below:
-
Clone the repository:
git clone https://github.com/HCDevWorks/animonkey.git cd Animonkey -
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Go to
http://localhost:3000in your browser.
- Next.js: React Framework for server-side rendering and building static web applications.
- Tailwind CSS: CSS framework for styling.
- Vercel: Hosting platform.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a branch for your feature or bug fix (
git checkout -b feature/new-feature). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature/new-feature). - Open a Pull Request.