Skip to content

yutingwu4/Clerkie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Infinite Scrolling Friends List

Getting Started

For dev, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

For view, visit here.

Objectives

  • Implement the following external design:

Landing page

image

Friends page, filter button

image

Filter popup

image

Apply filter

image

Filtered view

image

Loading

image

  • Build app with the Next.js starter project, which includes the React framework. Exclude other use of external component or helper libraries.
  • Create mock data to simulate loading, handle pagination, and filtering.
  • Add fade animations to the loader component.
  • Deploy app with cloud server platform, Vercel.

Releases

No releases published

Packages

No packages published