Skip to content

kukoding/digital-guest-book

Repository files navigation

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

digital-guest-book

  • guests database
{
  "_id": "",
  "nama_perumahan": "",
  "tanggal_masuk": "",
  "tanggal_keluar": "",
  "nama_tamu": "",
  "tipe_tamu": "",
  "alamat_rumah": {
    "blok": "",
    "nomor": ""
  }
}
  • web directories
site.link?tipe_tamu=umum
site.link/reports

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

TODOs

  • multiple events
  • master data for address
  • reports

© 2022 - Kukoding

About

Digital guest book app for every occasions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors