Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 783 Bytes

README.md

File metadata and controls

54 lines (32 loc) · 783 Bytes

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