Skip to content

Project 14 of OpenClassrooms training "Développeur d'application - JavaScript React"

Notifications You must be signed in to change notification settings

EPourmo/migrating-from-jquery-to-react-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

projet14

Migrating from jQuery to React library

Project description

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.

🛠 Tech Stack

React Vite TailwindCSS NPM

Badges

GitHub last commit

Run Locally

1. Prerequisite

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

2. Installation

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.

Features

About

Project 14 of OpenClassrooms training "Développeur d'application - JavaScript React"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published