Skip to content

Faites passer une librairie jQuery vers React - Formation OpenClassrooms projet 14

Notifications You must be signed in to change notification settings

MichelD-dev/WealthHealth

Repository files navigation

WealthHealth - HRnet


Migration d'un site de management de données d'employés de JQuery vers React - conception et publication de packages NPM.

Formation OpenClassrooms - Développeur d'applications JavaScript React

Projet 14

(back to top)

Pre-requisites

HRnet uses the following technical stack:

  • GitHub package.json dependency version (prod)
  • GitHub package.json dependency version (prod)
  • GitHub package.json dependency version (prod)

Make sure you have all the packages, as well as their version. You can check this by entering the following commands in your terminal:

# Check the version of Node.js
node --version

(back to top)

Dependencies

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

    This project also use these personal packages:

  • GitHub package.json dependency version (prod)

  • GitHub package.json dependency version (prod)

(back to top)

Installation

  1. Clone this repository (or download a zip file):
git clone https://github.com/MichelD-dev/WealthHealth
  1. Go to the projet root folder
cd WealthHealth
  1. Install the dependencies:
yarn or npm i
  1. (Optional) Configure the application inside the .env file

  2. Launch the application:

yarn dev

or

npm run dev

(back to top)

If the site is not launched automatically: open the browser at: http://localhost:5173/
You can sign in with the following credentials, or sign up with your own:

  • Email: tony@stark.com
  • Password: password123

You can generate documentation in JsDoc format with the command:

npm run docs

or

yarn docs

To view it, go to the /docs directory, then open index.html with live server.

(back to top)

Project Link:

https://wh-hrnet.netlify.app/

Contact:

Michel DELAUNAY - delaunaymichel@hotmail.fr

Linkedin:

https://www.linkedin.com/in/michel-delaunay/

(back to top)