Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gndz07/ginaadzani_14_05052021
https://github.com/gndz07/ginaadzani_14_05052021
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gndz07/ginaadzani_14_05052021
- Owner: gndz07
- Created: 2021-05-26T20:10:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T08:45:28.000Z (over 3 years ago)
- Last Synced: 2024-11-09T08:46:44.180Z (2 months ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HRnet
HR application that allows to add new employee data and display current employees.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Prerequisites
- [npm](https://www.npmjs.com/) v6.14.11
## Dependencies
- [React](https://reactjs.org/) v17.0.2
- [Redux](https://redux.js.org/) v4.1.0
- [react-redux](https://react-redux.js.org/) v7.2.4
- [react-router-dom](https://reactrouter.com/web/guides/quick-start) v5.2.0
- [redux-thunk](https://github.com/reduxjs/redux-thunk) v2.3.0
- [redux-persist](https://www.npmjs.com/package/redux-persist) v6.0.0
- [prop-types](https://www.npmjs.com/package/prop-types) v15.7.2
- [mui-datatables](https://www.npmjs.com/package/mui-datatables?activeTab=readme) v3.7.7
- [react-datepicker](https://www.npmjs.com/package/react-datepicker) v3.8.0
- [@material-ui/core](https://www.npmjs.com/package/@material-ui/core) v4.11.4
- [@material-ui/icons](https://www.npmjs.com/package/@material-ui/icons) v4.11.2
- [modal-for-react](https://www.npmjs.com/package/modal-for-react) v0.1.5
## Install this project on your local
- Fork this repository
- Clone to your local on a directory of your choice.
- From the terminal, change directory to the cloned project directory.
- Install with command `npm i`
- Run the project with command `npm start`
This application will run on `http://localhost:3000`