Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuhptr/animetopia
✅🚀 Anime website using nextjs14 with server-actions implementation
https://github.com/nuhptr/animetopia
framer-motion infinite-scroll nextjs14
Last synced: 16 days ago
JSON representation
✅🚀 Anime website using nextjs14 with server-actions implementation
- Host: GitHub
- URL: https://github.com/nuhptr/animetopia
- Owner: nuhptr
- Created: 2023-11-26T17:20:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:31:29.000Z (about 1 year ago)
- Last Synced: 2024-11-20T11:55:24.471Z (3 months ago)
- Topics: framer-motion, infinite-scroll, nextjs14
- Language: TypeScript
- Homepage: https://animetopia-five.vercel.app
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build Modern Next 14 Server Side App with Server Actions, Infinite Scroll & Framer Motion Animations
![Anime Website](https://i.ibb.co/MG1nbqt/YT-Thumbnails-2.png)
## Getting Started
- [ ] Clone the repo
- [ ] Install dependencies
- [ ] Run the development server## Dependencies
- [x] Next.js
- [x] react-intersection-observer (for infinite scroll) - `npm i react-intersection-observer`
- [x] framer-motion (for animations) - `npm i framer-motion`## Taking Notes
- [x] ![react-intersection-observer](https://www.npmjs.com/package/react-intersection-observer)
- [x] ![framer-motion](https://www.framer.com/motion/)