https://github.com/hichamecode/p14-wealthhealth
https://github.com/hichamecode/p14-wealthhealth
jest-dom jquery mui react react-testing-library reactjs redux-toolkit vitest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hichamecode/p14-wealthhealth
- Owner: hichamecode
- Created: 2024-10-10T21:05:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T19:03:19.000Z (over 1 year ago)
- Last Synced: 2025-01-21T13:33:32.623Z (over 1 year ago)
- Topics: jest-dom, jquery, mui, react, react-testing-library, reactjs, redux-toolkit, vitest
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/hichamecode/P14-WealthHealth.git
2. Navigate to the project directory:
```bash
cd P14-WealthHealth
```
3. Install dependencies:
```bash
npm install
```
```bash
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.