This repository is dedicated to FlipoPay Technologies' Attendance Management System that leverages the capabilities of React working in Vite with HMR and ESLint rules for its front end and Googles Firebase and its integrations for its backend.
The system has been hosted on firebase and can be accessed using the following link: https://flipopay-ams.web.app/
npm i
Initializes the project and all the dependencies needed for it to run.
npm run dev
Runs the app in the development mode.\ Open http://localhost:5173 to view it in your browser.
The page will reload when you make changes.\ You may also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!
firebase init
Initializes firebase.\
Select the flipopay-ams
project under Existing projects.
firebase deploy
Deploys the firebase project.\ The flipopay-ams project has been hosted on the following link: https://flipopay-ams.web.app/