AnimeFlix
AnimeFlix is a Next.js-based web application that allows users to explore anime shows. The website fetches anime data from an API and displays a list of anime cards. Users can click on a specific anime to view its detailed information, including the characters involved and recommended similar anime titles.
Features
- Anime Cards: Displays a list of anime with titles, images, and brief descriptions.
- Anime Details: Click on any anime card to see detailed information about the anime, including character names, voice actors, plot summaries, and genres.
- Similar Anime Recommendations: Based on the selected anime, the app suggests similar anime titles that the user may like.
- Responsive Design: The app is designed to be responsive, working seamlessly on both desktop and mobile devices.
Tech Stack
- Frontend: Next.js (React Framework)
- API: Fetches data from an external anime API (e.g., Jikan API, or any custom API you have).
- CSS Framework: Tailwind CSS for styling (or any other styling framework you prefer).
- State Management: React hooks for state management (or Context API).
##Preview Images

Installation
Follow these steps to run AnimeFlix locally on your machine:
Clone the repository:
git clone https://github.com/MohitSoni2021/animeflix.git
Nevigate to the cloned repository:
cd ./animeflix
Install npm packages:
npm i
Run the server:
```bash
npm run dev