This project is part of OpenClassrooms "Développeur d'application - JavaScript React" training.
This repo contains all code source of a HR application. It is inspired by a jQuery code from this repository here and also inside this project here.
The goal of this projet is to migrate from jQuery library to React library and thus reduce the technical debt of the application. It was asked to add a custom plugin, so this project uses a modal component package available here.
This project uses Ant Design for different components.
It is highly recommended to use nvm in order to switch easily NodeJS version. Indeed, this project uses Vite and Vite requires Node.js version 14.18+, 16+.
First of all, clone this repo on your computer
git clone https://github.com/EPourmo/migrating-from-jquery-to-react-library.git
Go to the react folder
cd p14-react
Install all dependencies
npm install
or
yarn install
Then run the script
npm run dev
or
yarn run dev
The front end data will be accessible at the localhost logged on your terminal.