Ac - Comics

This project demonstrates how to consume the Jikan API to fetch and display Top Manga data using React JS and TailwindCSS. The app sends a request to the Jikan endpoint /top/manga and renders a responsive list of manga titles, including images, ranks, and scores. TailwindCSS is used for clean, modern styling, while React handles data fetching with useEffect and state management with useState. This setup provides a simple, fast, and efficient way to integrate public API data into a React interface.

Ac - Comics