A simple rostering app written in React and Next.js
- 🍪 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
Access here
Functions running in Sydney, Australia region.
- Pull, clone or download repo
- Navigate into repo folder
~/roster-master
- Install
npm install
- Run Dev server
npm run dev
- Access from
localhost:3000