Welcome to Anime Bucket, your ultimate destination for exploring anime and managing your anime watchlist! 🚀

- Anime Explorer: Discover new and popular anime titles with ease.
- Watchlist Management: Keep track of the anime you want to watch, mark them as watched, and remove them from your list.
- Next.js Integration: Built using Next.js for server-side rendering and optimized performance.
- Tailwind CSS Styling: Utilizes Tailwind CSS for beautiful and responsive user interface design.
- NextAuth.js: Secure authentication using NextAuth.js for easy integration with various authentication providers.
- Jikan API: Retrieves anime data from the Jikan API, a RESTful API for anime information.
-
Frontend:
- React: A JavaScript library for building user interfaces.
- Next.js: A React framework for server-side rendering and optimized performance.
- Tailwind CSS: A utility-first CSS framework for styling.
- NextAuth.js: An authentication library for Next.js applications.
-
Backend:
- MongoDB: A NoSQL database for storing user data and anime watchlists.
- Jikan API: A RESTful API for accessing anime information.
To run Anime Bucket locally, follow these steps:
- Clone this repository.
- Navigate to the project directory.
- Install dependencies:
npm install