Skip to content

Kfnn12/anime-dex

 
 

Repository files navigation

Anime Dex

Anime Dex is an anime streaming platform and this was my first project while learning Next JS. I am using the API from https://docs.consumet.org/

Instalation

# clone
git clone https://github.com/adityayfn/anime-dex.git

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file.

NEXT_PUBLIC_API_BASE_URL

Tech Stack

Client: Next JS 14, Tailwind, Daisy UI

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 3.2%