Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/githubak2002/assignment--bit
- Owner: Githubak2002
- Created: 2023-12-16T11:35:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T12:46:10.000Z (12 months ago)
- Last Synced: 2024-01-04T13:46:44.453Z (12 months ago)
- Topics: apex-charts, charts, dashbo, database, reactjs
- Language: JavaScript
- Homepage: https://assignment-bit-backend.vercel.app
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.