Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 865 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 865 Bytes

Employee Metrics Dashboard

This repository contains a web application that provides insights and visualizations for employee metrics. The application is built using React.js for the front-end, Node.js for the back-end, and MongoDB as the database to store the extracted employee data.

Features

  • Extracts employee data from an Excel file and stores it in MongoDB.
  • Provides a user interface to view and analyze employee metrics through interactive charts and graphs.
  • Displays detailed information about individual employees and their performance.

Tech Stack

  • Front-end: React.js
  • Back-end: Node.js
  • Database: MongoDB
  • Mobile: Flutter

Installation

To set up the Employee Metrics Dashboard locally, follow the steps below:

  1. Clone the repository:
git clone https://github.com/your-username/employee-metrics.git
cd employee-metrics