Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.