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/
# 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
To run this project, you will need to add the following environment variables to your .env file.
NEXT_PUBLIC_API_BASE_URL
Client: Next JS 14, Tailwind, Daisy UI
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.