Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathhetru/p14_hrnet
- Owner: mathhetru
- Created: 2024-07-05T08:44:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T08:30:15.000Z (3 months ago)
- Last Synced: 2024-11-06T02:35:25.408Z (2 months ago)
- Topics: design-system, npm, primereact, react, store, tailwindcss, typescript, vite, zustand
- Language: TypeScript
- Homepage: https://mathhetru-p14-hrnet.netlify.app/
- Size: 448 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/!