Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T20:14:37.000Z (2 months ago)
- Last Synced: 2024-11-17T20:47:12.387Z (2 months ago)
- Topics: jest-dom, jquery, mui, react, react-testing-library, reactjs, redux-toolkit, vitest
- Language: TypeScript
- Homepage:
- Size: 1.56 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.