A NextJs(v13) app to list animes and save your favorites at localStorage
- List animes
- Save favorite animes to localStorage
- [] Toggle theme(light/dark)
- [] Anime page
- NextJS (v13)
- GraphQl (with Apollo-client)
- Zustand (to manage state and persist data)
- TailwindCSS
This project is consuming the Anilist GraphQl API
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