This project was realized during my training as a javascript/react developer for a fictitious company wanting to update a jQuery-based application whose github repository is: https://github.com/csimon-web/hrnet-jquery.
This application had to be developed with React and use a state manager. As this project counts only 2 pages, I chose Context instead of Redux.
- HTML, CSS, Javascript
- React, Context
- Git
- VS Code
To get a local copy up and running follow these simple steps.
- Git
- Npm
- Clone the repo
git clone https://github.com/csimon-web/hrnet-react.git- Go to the hrnet-react directory
cd hrnet-react- Install the dependencies
npm install- Launch the project
npm run start- Open a browser at the url: http://localhost:3000/
You can use this app to add and display employees. When you display the list of the employees, you can order them according the field you want, and the results are paginated When you add an employee, you get a modal screen confirming this addition. This modal screen component had to be a distinct code stored as a library on github and this project just had to call this library to easily build the modal screen component according to the library's documentation.
Christophe Simon: personnal website
Project Link: https://github.com/csimon-web/hrnet-react
- This readme version is a customized version of this github repository by NicolasBrondin
