Aniluv is a modern anime discovery web application built with React, TypeScript, Vite, and Tailwind CSS. It enables users to browse popular anime, search for titles, view detailed information, and enjoy a clean, responsive interface.
The project focuses on delivering a smooth user experience while following modern frontend development practices.
I built Aniluv to improve my frontend development skills by creating a modern anime discovery platform. The project helped me gain experience with React, TypeScript, responsive UI design, API integration, and deployment using Vercel.
- 🔍 Real-time anime search
- 🎬 Featured anime carousel
- ⭐ Top Rated anime rankings
- 🔥 Currently Airing anime
- 📖 Detailed anime information
- ▶ Embedded YouTube trailers
- 📺 Streaming platform links (Crunchyroll, Netflix, Hulu, Funimation)
- 📚 Episode and season listings
- 💡 Related anime recommendations
- 🌙 Dark mode support
- 📱 Fully responsive design
- ⚡ Fast loading with Vite
- React
- TypeScript
- Vite
- Tailwind CSS
- Git
- GitHub
- Vercel
Aniluv/
├── public/
├── src/
│ ├── assets/
│ ├── components/
│ ├── pages/
│ ├── hooks/
│ ├── services/
│ ├── App.tsx
│ └── main.tsx
├── package.json
├── vite.config.ts
├── README.md
└── .gitignore
git clone https://github.com/Saikiran4062005/Aniluv.gitnpm installnpm run devSai Kiran