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.
- 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.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/hichamecode/P14-WealthHealth.git
-
Navigate to the project directory:
cd P14-WealthHealth
-
Install dependencies:
npm install
npm run dev
The application will be available at http://localhost:5173.
- React: Front-end library for building the UI.
- Material-UI (MUI): Provides modern components and styling.
- Redux: State management for the application.