This repository serves as a code container for a work project. Know where everybody is and what they are doing across the island at a glance.
- Interactive Map to log in and out workers
- Logs visible at a glance
- Parish are coloured depending on how many workers are logged in currently
- Click on parish to see who is currently working there
- Click on log to view details and log out
- Filter logs by current status of log or by CI
These things are required before setting up the project.
Follow these instructions to get the project up and running.
# Clone the repo
$ git clone https://github.com/rizpur/loginmap.git
# Change directory
$ cd loginmap
# Install dependencies
$ npm install
# Served at http://localhost:3000
$ npm start
OR
$ npm run dev
npm start to test npm run dev to build app
- Send any problems or feedback via my mail (jj.brown042@gmail.com)