This is a Next.js project bootstrapped with create-next-app
.
npm i -D
# or
yarn
# or
pnpm i
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
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