Anime Hub is a modern web application built with Next.js 14, utilizing Server Actions, Infinite Scroll, and Framer Motion animations. This application allows users to easily explore a variety of anime in an engaging way.
- Server Actions: Enables efficient data fetching.
- Infinite Scroll: Users can scroll to load more anime without needing to refresh the page.
- Framer Motion Animations: Adds smooth animations to enhance user experience.
To run this project locally, follow these steps:
-
Clone this repository:
git clone https://github.com/username/anime_hub.git
-
Navigate to the project directory:
cd anime_hub
-
Install dependencies:
npm install
-
Start the application:
npm run dev
The application will run at http://localhost:3000
.
- Next.js 14: A React framework for building web applications.
- React: A library for building user interfaces.
- Framer Motion: A library for animations.
- Tailwind CSS: A CSS framework for responsive design.
If you would like to contribute to this project, please fork this repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.