Ninety Camera is a smart monitoring platform for security cameras which can detect human intrusions from camera footage and notify users about the intruder. The whole system is come up with a desktop application, mobile applicatin and a web application. This is the frontend of the web application. This web application is only available for the admin users.
By using this application admin users can view the data of the system users. As well as they can send test notifications to users by using FCM (Firebase message) token.
- React JS
- MUI as the UI library
- Formik as the form library
- Yup for value validation
- NodeJS installed on the PC
- Clone the Repository
- Run
npm i
to install the required packages - Run
npm start
to start the development server
- Fork the repository to your github account
- Clone the project to your pc
- Install the required packages and test
Note:- You need to setup the backend of the web server to run this application. You can find the backend in here