Skip to content

ZeusAbhi/GreenieAssignment

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install Dependencies

npm i -D
# or
yarn
# or
pnpm i
# or
bun install

Running the dev server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

About the Project

The project requirements were -

  • A simple UI using tailwind/vanilla CSS with two tabs
  • User dashboard to see the details of each user
  • User creation tab with a mock request
  • Search functionality on the User dashboard
    • This was also debounced for this project
  • SSR and good lighthouse scores