Skip to content

chinmaykude/atithi-visitor-management-system

Repository files navigation

Atithi- Visitor Management System

License: MIT HitCount

Smoothen your guest’s arrival through digitized check in.

https://atithi-visitor-management-system.now.sh/

Atithi Landing Page

Atithi Landing Page

Check-in Check-out Main Page

Check-in Check-out Main Page

Visit Details Page

Visit Details Page

Admin Dashboard

Admin Dashboard



React Project Template

Folder structure:

├── /build/                     # compiled output
├── /docs/                      # Documentation files
├── /node_modules/              # 3rd party lib
├── /public/                    # Static files 
├── /src/                       # The source code of the application
├───── /components/            # React components
├──────├──────/admin           # dashboard, admin
├──────├──────/common          # shared components
├──────├──────/icons           # icons
├──────├──────/news            # news specific components
├──────├──────/static          # static page
├────── redux/                 # redux (Seperate into sub folders based on functions as well as complexity rises)
├──────├──────/actions         # action types, action creators
├──────├──────/reducers        # reducers
├──────├──────store.js         # store.js
├────── /utils/                # server schema and data models
├────── /routes/               # Routes/Page files
├────── /clientScript.js       # Client-side startup script
├────── /config.js             # application settings
├──────  ...                   
├── /test/                     # Unit tests
├── package.json                
└── yarn.lock          

Instructions

  1. Install the necessary dependencies.
npm install
  1. To start the development server, execute the following command.
npm start
  1. To start the cypress test, execute the following command.
npm test
  1. To start the production build, execute the following command.
npm run build

Dependencies

Developer Dependecies

Releases

No releases published

Packages

No packages published

Languages