ToxyhDev / OC-Dev_App_JS_React-P14-HRnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite TypeScript React React Router Redux SASS ESLint DataTable

👨‍💼 Project 14 - Switch a jQuery library to React

Here you will find project 14 of the “JavaScript/React application developer” training. This project is the last of the training. It consists of converting a web application created in JQuery into React.js. A module must be created, and then published on npm in order to use it subsequently. State management with Redux must be developed.

Table of Contents

🛠️ Project

1. Prerequisites

2. Starting the project

  1. Fork this repo
  2. Clone the repo onto your computer
  3. Open a terminal window in the cloned project
  4. Run the following commands:
  • Start project:
# Install dependencies
npm install
  • Runt project:
npm run dev

About


Languages

Language:TypeScript 61.4%Language:SCSS 34.6%Language:JavaScript 2.9%Language:HTML 1.2%