Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anoerak/anoerak_p14_01112022
Faites passer une librairie jQuery vers React
https://github.com/anoerak/anoerak_p14_01112022
Last synced: 12 days ago
JSON representation
Faites passer une librairie jQuery vers React
- Host: GitHub
- URL: https://github.com/anoerak/anoerak_p14_01112022
- Owner: Anoerak
- Created: 2022-11-02T09:48:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T16:59:14.000Z (over 1 year ago)
- Last Synced: 2024-12-06T08:06:16.879Z (17 days ago)
- Language: HTML
- Size: 3.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HRNet
![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)
![forthebadge](https://forthebadge.com/images/badges/built-with-grammas-recipe.svg)
![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)![GitHub repo size](https://img.shields.io/github/repo-size/Anoerak/Proust_Sebastien_P14_01112022?style=plastic)
![GitHub language count](https://img.shields.io/github/languages/count/Anoerak/Proust_Sebastien_P14_01112022?style=plastic)
![GitHub top language](https://img.shields.io/github/languages/top/Anoerak/Proust_Sebastien_P14_01112022?style=plastic)
![GitHub last commit](https://img.shields.io/github/last-commit/Anoerak/Proust_Sebastien_P14_01112022?color=red&style=plastic)## HRNet?
HRNet is a Human Ressources software for the Wealth Health HR department used to manage employees lists.
## Technologies
![JavaScri@pt](https://img.shields.io/badge/JavaScript-latest-F0DB4E?style=flat-square&logo=appveyor)
![HTML](https://img.shields.io/badge/HTML-5-E54C22?style=flat-square&logo=appveyor)
![CSS](https://img.shields.io/badge/CSS-3-264CE4?style=flat-square&logo=appveyor)
![React](https://img.shields.io/badge/reactjs-18.2.0-blue?style=flat-square&logo=appveyor)
![Redux](https://img.shields.io/badge/reduxjs-toolkit-%23764abc)
![Nodejs](https://img.shields.io/badge/nodejs-18.8.0-green?style=flat-square&logo=appveyor)
![Json-server](https://img.shields.io/badge/json--server-0.17.1-%2333CD56)## Start with the project
- Clone the repo using this link:
```
https://github.com/Anoerak/Proust_Sebastien_P14_01112022.git
```### Frontend
In the frontend directory:
#### 1. Packages installation
- Install all dependencies with the command:
```
# with npm
npm install
#with yarn
yarn
```#### 2. Run the JSON server
- Use the following command to:
```
# with npm
npm run server
#with yarn
yarn server
```- Will launch the JSON server on [http://localhost:8080](http://localhost:8080).
#### 3. Run the application
- Use the following command to:
```
# with npm
npm start
#with yarn
yarn start
```- Runs the app in the development mode.
- Open [http://localhost:3000](http://localhost:3000) to view it in your browser.- The page will reload when you make changes.
- You may also see any lint errors in the console.### Dependencies
![JsDoc](https://img.shields.io/badge/jsdoc-3.6.11-006FBB?style=flat-square&logo=appveyor)
![React-Dom](https://img.shields.io/badge/reactdom-18.2.0-blue?style=flat-square&logo=appveyor)
![React-Router](https://img.shields.io/badge/reactrouter-6.4.0-blue?style=flat-square&logo=appveyor)
![Reduxjs/Toolkit](https://img.shields.io/badge/reduxjs-toolkit-%23764abc)
![react-data-table-component](https://img.shields.io/badge/react--data--table--component-7.5.3-%230E7FC1)
![json-server](https://img.shields.io/badge/json--server-0.17.1-%2333CD56)
![fortawesome](https://img.shields.io/badge/fortawesome-6.2.0-%23228BE6)
![babel](https://img.shields.io/badge/babel--plugin--macros-3.1.0-%23F5DA55)
![Jest-Dom](https://img.shields.io/badge/jestdom-5.16.5-yellow?style=flat-square&logo=appveyor)
![axios](https://img.shields.io/badge/axios-1.1.2-%235A29E4?style=flat-square&logo=appveyor)
![yup](https://img.shields.io/badge/yup-0.32.11-%233078C6?style=flat-square&logo=appveyor)### Contribute to the project
HRNet is an OpenClassroom Project available through the 'Web Application Developper JS/React' program.
### Authors
[Michael Angerville](https://github.com/OpenClassrooms-Student-Center/P12_Front-end.git).
[HayVThom](https://github.com/HayVThom).
[Sébastien Proust](https://github.com/Anoerak).
### Licensing
Not defined yet
#### Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
![forthebadge](https://forthebadge.com/images/badges/powered-by-electricity.svg)
![forthebadge](https://forthebadge.com/images/badges/built-by-codebabes.svg)# Getting Started with Create React App and Redux
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) template.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).