Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/githubak2002/assignment--bit

Dashboard with total number of employees with their working timing and simple auth.
https://github.com/githubak2002/assignment--bit

apex-charts charts dashbo database reactjs

Last synced: about 1 month ago
JSON representation

Dashboard with total number of employees with their working timing and simple auth.

Awesome Lists containing this project

README

        

# BIT assignment

Live demo

client - frontend folder
server - backend folder with mongoDB database and API.

- Responsive
- Simple Login, Register and Logout functionalities.
- UI - design
- Deployed on Vercel
- Context API



Tech used →

- Context API - to get user data wherever required
- Apex chart - Pie chart / used for CHARTS
- Node js & express js - for login and new user register and logout functionalities [API]
- MongoDB - to store the users details
- Tailwind CSS - designing UI
- React js - fronted

The application comprises a login and registration interface allowing users to sign up and log in. Upon successful login, users are redirected to the dashboard. Here, they gain visibility of total number of Employes and their respective working timings. All user data is securely stored in a MongoDB database. The app utilizes React JS along with Apex Charts to present database information in graphical representations, enhancing data visualization and interaction.

Apex chart with MERN and basic auth and DB