Skip to content

OC - P11 | HRnet, administrative manager of company employees : Register new one using form & Save new entries in employees list

Notifications You must be signed in to change notification settings

codexarama/WealthHealth

Repository files navigation

WealthHealth - HRnet

Projet fictif de formation n°11/11 | OpenClassrooms

Add an employee

PROBLEMATIQUE

Utilisation en interne d'une application de gestion RH représentant 90% de la dette technologique de l'entreprise

BESOINS

  • Convertir l'application HRnet (code source 100% JQuery) en une application React
  • Convertir les plugins sources :
    • sélecteur de date
    • fenêtre modale
    • menus déroulants
    • tables de données
  • Comparer de performances entre l'ancienne et la nouvelle version

Compétences développées

  • Refondre une application pour réduire la dette technique JQUERY to REACT
  • Implémenter avec la programmation fonctionnelle JAVASCRIPT
  • Créer un plugin et publier sa propre bibliothèque REACT | NPM
  • Proposer un design graphique complet, harmonieux et cohérent avec l'identité de l'entreprise
  • Déployer une application front-end NPM
  • Analyser la performance d'une application web LIGHTHOUSE

Ressources fournies

Bibliothèques

REACT
CODEXARAMA-modal

Installation

Editeur recommandé

Prérequis

  • Git pour cloner les repos
  • nodeJS (version 17.3.0) pour exécuter les commandes
  • npm (version 8.3.0) pour lancer l'application

Dépendances

Lancement du front-end

  • Cloner le repo : git clone https://github.com/codexarama/WealthHealth.git
  • Aller dans ce dossier : cd WealthHealth
  • Installer ses dépendances : npm install
  • Lancer l'application : npm start
URL de visualisation du rendu web : http://localhost:3000

Installation (english version)

Recommanded IDE

Prerequisites

  • Git to clone repositories
  • nodeJS to run commands
  • npm to run application

Dependances

Installing and launching front-end

  • Clone the repository: git clone https://github.com/codexarama/WealthHealth.git
  • Move to this folder: cd WealthHealth
  • Install dependencies: npm install
  • Launch application: npm start
Front-end is now rendered at URL http://localhost:3000

About

OC - P11 | HRnet, administrative manager of company employees : Register new one using form & Save new entries in employees list

Topics

Resources

Stars

Watchers

Forks