Skip to content

Zyzer01/census-survey

Repository files navigation

Census Survey

A web application for conducting census surveys, allowing users to add and manage household members with various personal details. The application uses Prisma as an ORM to store and retrieve data from a database.

Tech Stack

Client: Nextjs, TailwindCSS

Server: Node, Express, Prisma ORM, PostgreSQL

Features

  • Dashboard
  • Search Function
  • Pagination

Screenshots

Form

Dashoboard

Members Page

Member Data

Run Locally

First, run the development server:

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

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

Demo

census-survery.vercel.app