mirror of
https://github.com/RoyalnetworkTR/turkanime-client.git
synced 2026-09-25 06:00:09 +03:00
Co-authored-by: barkeser2002 <45911502+barkeser2002@users.noreply.github.com>
TurkAnime Frontend
Next.js frontend for TurkAnime GUI application.
Getting Started
- Install dependencies:
npm install
- Set up environment variables:
Create a
.env.localfile:
NEXT_PUBLIC_API_URL=http://localhost:8000
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser.
Features
- Browse current season anime from LiveChart.me
- Search for anime
- View anime details with Japanese, Romaji, and English titles
- AniList integration for progress tracking
- Responsive design with Tailwind CSS
Tech Stack
- Next.js 16
- TypeScript
- Tailwind CSS
- React
API Integration
The frontend connects to the Python backend at http://localhost:8000 by default.
Make sure the backend server is running before starting the frontend.