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
- Host: GitHub
- URL: https://github.com/patrice-h/hrnet
- Owner: Patrice-H
- Created: 2022-07-23T15:53:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T14:40:23.000Z (about 3 years ago)
- Last Synced: 2025-04-07T17:18:52.819Z (10 months ago)
- Topics: custom-module, formik, react-datepicker, react-router-v6, react-table, reactjs, redux-persist, redux-toolkit, testing-library
- Language: JavaScript
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.