Anime-Plum is a simple project to explore the functionality of server actions in Next.js. It provides information on popular anime and their ratings, utilizing animations and intersection observer techniques.
- Display popular anime with ratings
- Smooth animations using Framer Motion
- Lazy loading of anime details with React Observe Intersection
This project is based on a tutorial from JavaScript Mastery.
-
Clone the repository:
git clone https://github.com/your-username/anime-plum.git
-
Navigate to the project directory:
cd anime-plum
-
Install dependencies:
npm install
Start the development server: npm run dev