Live website: https://anime-web-app.vercel.app/
The Anime Web App is a web application that allows users to explore and discover anime shows. Users can search for anime, view show details, and bookmark their favorite shows. The app is built using React.js, Tailwind CSS, and consumes an Anime API for fetching anime data.
Search and browse anime shows View detailed information about each show Responsive design for seamless user experience on different devices
React.js Tailwind CSS Jikan API vercel - for deploying
- Use the search bar to look for anime shows.
- Click on a show to view detailed information.
The future development of the Anime Web App includes the following features:
- Backend Integration: Implement a backend server to handle user authentication and data storage for saving user favorites.
- Manga Section: Expand the app to include a manga section, allowing users to explore and discover manga titles.
- User Profiles: Enable users to create profiles, customize preferences, and share recommendations with other users.
Contributions are welcome! If you'd like to contribute to the Anime Web App, please follow these steps: Fork the repository. Create a new branch: git checkout -b feature/your-feature Commit your changes: git commit -am 'Add some feature' Push to the branch: git push origin feature/your-feature Open a pull request.