Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)