Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 848 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 848 Bytes

RosterMaster

A simple rostering app written in React and Next.js

Deploy with Vercel

Features:

  • 🍪 No Database required - the staff list is stored as cookies and no data is stored on the server
  • 🚀 Fast, built with Next.JS and designed to be serverless
  • ⭐ Simple, minimal code with vanilla Bootstrap 5.3 and no excess bagagge
  • 🌐 One-click deploy to Vercel, and can easily be adapted to other hosts

Demo:

Access here

Functions running in Sydney, Australia region.

Local Development:

  1. Pull, clone or download repo
  2. Navigate into repo folder ~/roster-master
  3. Install npm install
  4. Run Dev server npm run dev
  5. Access from localhost:3000