xcoderzach / infinite-scroll-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite Scroll List

A infinite scrolling list of homes. Featuring SSR via nextjs, and responsive design with tailwind.

Initialize the project with:

npm install

and run with:

npm run dev

or for a production build use:

npx next build && npm start

About


Languages

Language:TypeScript 95.3%Language:JavaScript 4.7%