Deployed on Vercel.
The website uses Next.JS and GraphQL (w/ ApolloClient) to extract details from Anilist's API and displays all animanga in a paginated format.
All animanga are always sorted by most popular to least popular.
Pagination implemented through the use of back-next buttons.
A number input field available to jump to specific pages.
Page indicator is updated accordingly.
Search is done instantly and while typing.
Does not require page to refresh to search and also change pages.
Clicking on any of the animanga directs to the MyAnimeList website for more details.