Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathhetru/p14_hrnet

Switch a jQuery library to React
https://github.com/mathhetru/p14_hrnet

design-system npm primereact react store tailwindcss typescript vite zustand

Last synced: 20 days ago
JSON representation

Switch a jQuery library to React

Awesome Lists containing this project

README

        

# P14 - HRNet Project

> Le projet 14 de la formation Openclassrooms Développeur Front-end "Faites passer une librairie jQuery vers React"

> 14th project of Front-end Web Developper training by OpenClassrooms "Switch a jQuery library to React"

This codebase contains the code needed to run the frontend for HRNet.
Find the reusable modal component built for this project :
[GitHub simple-math-modal](https://github.com/mathhetru/simpleMathModal)
[npm package simple-math-modal](https://www.npmjs.com/package/simple-modal-math)

## Getting Started

### Prerequisites

HRNet uses the following tech stack:

- [Node.js 20.9.0](https://nodejs.org/en/)
- [React + Vite](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md)

Please make sure you have the right versions and download both packages. You can verify this by using the following commands in your terminal:

### Check Node.js version

```bash
node --version
```

## Frontend

### Instructions

1. Clone the repo onto your computer
2. Open a terminal window in the cloned project
3. Run the following commands:

### Go to the repository

```bash
cd HRNet-project/
```

### Install dependencies

```bash
npm install
```

### Start local dev server

```bash
npm run dev
```

Your front server should now be running at http://localhost:5173/!