Skip to content

NextAnimlist - A Next.JS project to list animes from Anilist API, using GraphQl, Zustand and Tailwind

Notifications You must be signed in to change notification settings

borgim/next-anilist

Repository files navigation

Next Anilist

A NextJs(v13) app to list animes and save your favorites at localStorage

Screenshots

App Screenshot

Features

  • List animes
  • Save favorite animes to localStorage
  • [] Toggle theme(light/dark)
  • [] Anime page

Tech Stack

  • NextJS (v13)
  • GraphQl (with Apollo-client)
  • Zustand (to manage state and persist data)
  • TailwindCSS

This project is consuming the Anilist GraphQl API

Run Locally

Clone the project (ssh or https)

  git clone [email protected]:borgim/next-anilist.git

Go to the project directory

  cd next-anilist

Install dependencies (pnpm, yarn can be used too)

  npm install

Start the server

  npm run dev

About

NextAnimlist - A Next.JS project to list animes from Anilist API, using GraphQl, Zustand and Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published