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

https://github.com/patrice-h/hrnet


https://github.com/patrice-h/hrnet

custom-module formik react-datepicker react-router-v6 react-table reactjs redux-persist redux-toolkit testing-library

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

![logo](https://github.com/Patrice-H/PatriceHochard_14_23072022/blob/main/src/assets/logo.png)

# HRnet

This is project #14 of the OpenClassrooms "Front End Developer" cursus.
The aim of the project is to redesign an app to reduce technical debt in a React application

## Installation

- Fork this very repository [here](https://github.com/Patrice-H/PatriceHochard_14_23072022)
- Clone it on your computer.
- Use npm to install the dependencies.

```bash
#npm
npm install
```

- Use npm to start the development server

```bash
#npm
npm start
```

- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.