
A anime discovery, streaming site made with NextJs and TailwindCSS. Uses AniList API and video data from GogoAnime. No ads and no vpn required
Anime and manga enthusiasts are always on the lookout for platforms that enhance their viewing experience. The combination of powerful APIs and intuitive user interfaces can make a world of difference in how we interact with our favorite content. This particular project taps into resources like AniList and Kitsu to fetch anime data efficiently, and leverages tools such as GogoAnime for seamless video streaming.
Whether it's the flexibility of deployment options or the ease of local setups, this application promises to deliver an engaging experience for users who cherish their anime journey.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.