Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aritra69/infinite-scroll
https://github.com/aritra69/infinite-scroll
lenis nextjs server-actions shadcn-ui tailwindcss
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/aritra69/infinite-scroll
- Owner: ARITRA69
- Created: 2023-09-21T10:42:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T10:06:07.000Z (about 1 year ago)
- Last Synced: 2024-11-05T15:04:03.707Z (about 2 months ago)
- Topics: lenis, nextjs, server-actions, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://infinite-scroll-with-smooth-scroll.vercel.app/
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Infinite-Scroll
This is infinite scrolling site with smooth scrolling.
Clicking on the card open modal and show details.## Getting Started
First,
clone the repository```bash
git clone https://github.com/ARITRA69/infinite-scroll
```Then,
download node modules and the necessary dependencies```bash
npm install
```run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.