Skip to content

hichamecode/P14-WealthHealth

Repository files navigation

WealthHealth HR Net


This application provides a way to manage employee datas with a user-friendly interface. It includes features such as search functionality, dark mode, and Material-UI (MUI) design.

Features


  • Employee List: Add, edit, and view employee information.
  • Search: Easily search through employee records.
  • Dark Mode: Toggle between light and dark themes for better usability.
  • Modern UI Design: Built using Material-UI (MUI) for a sleek and responsive interface.
  • Testing: The application includes tests to ensure reliability.

Installation


To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/hichamecode/P14-WealthHealth.git
  2. Navigate to the project directory:

    cd P14-WealthHealth
  3. Install dependencies:

    npm install
    npm run dev

The application will be available at http://localhost:5173.

Technologies Used


  • React: Front-end library for building the UI.
  • Material-UI (MUI): Provides modern components and styling.
  • Redux: State management for the application.