Skip to content

Commit 1732033

Browse files
authored
Merge pull request #2 from ardaanlboz/master
Organized, updated and improved
2 parents 3e8472a + bc6628a commit 1732033

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+38223
-16635
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
node_modules

README.md

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
<div align="center">
2+
<a href="https://github.com/MrPand-21/HRMS_Frontend/graphs/contributors"><img src="https://img.shields.io/github/contributors/MrPand-21/HRMS_Frontend.svg?style=for-the-badge"></a>
3+
<a href="https://github.com/MrPand-21/HRMS_Frontend/network/members"><img src="https://img.shields.io/github/forks/MrPand-21/HRMS_Frontend.svg?style=for-the-badge"></a>
4+
<a href="https://github.com/MrPand-21/HRMS_Frontend/stargazers"><img src="https://img.shields.io/github/stars/MrPand-21/HRMS_Frontend.svg?style=for-the-badge"></a>
5+
<br/>
6+
<br/>
7+
<a href="https://github.com/MrPand-21/HRMS_Frontend">
8+
<img src="https://github.com/MrPand-21/MrPand-21/blob/main/HRMS.png" height="160" alt="HRMS">
9+
</a>
10+
<h3>HRMS_Frontend</h3>
11+
12+
<p align="center">
13+
<a href="#about-the-project">About</a> •
14+
<a href="#usage">How To Use</a> •
15+
<a href="#installation">Installation</a> •
16+
<a href="#credits">Credits</a> •
17+
<a href="#learn-more">Learn More</a> •
18+
<a href="https://github.com/MrPand-21/HRMS_Frontend/issues">Report Bug</a> •
19+
<a href="https://github.com/MrPand-21/HRMS_Frontend/issues">Request Feature</a>
20+
</p>
21+
<h4 align="center">HRMS Frontend project which was bootstrapped with <a href="https://github.com/facebook/create-react-app">Create React App</a> and <a href="https://semantic-ui.com/">Semantic UI</a>.
22+
</h4>
23+
</div>
24+
25+
# About the Project
26+
27+
[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)]()
28+
[![Node.js](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node-dot-js&logoColor=white)](https://nodejs.org/)
29+
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://tr.reactjs.org/)
30+
[![Bootstrap](https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white)](https://getbootstrap.com/)
31+
[![Scss](https://img.shields.io/badge/Scss-CC6699?style=for-the-badge&logo=sass&logoColor=white)](https://sass-lang.com/)
32+
[![Create React App](https://img.shields.io/badge/Create-ReactApp-AA6699?style=for-the-badge&logo=create-react-app&logoColor=white)](https://github.com/facebook/create-react-app)
33+
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
34+
35+
HRMS Frontend project. (You can access the backend [here](https://github.com/MrPand-21/HRMS_Backend) and use them together to work with real database and backend)
36+
37+
### UML Component Diagram
38+
39+
![UML Component Diagram](../Diagram.png)
40+
41+
## Installation
42+
43+
To get this project you can run the following comments in your terminal which is opened in the folder where you want to copy to.
44+
45+
```bash
46+
# clones the selected repository
47+
$ git clone https://github.com/MrPand-21/HRMS_Frontend
48+
```
49+
50+
After opened the project in the terminal, you can write
51+
52+
``` bash
53+
# installs the dependencies
54+
$ npm i
55+
```
56+
57+
## Usage
58+
59+
In the project directory, you can run:
60+
61+
```bash
62+
# runs the app in the development mode.
63+
$ npm start
64+
```
65+
66+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
67+
68+
The page will reload if you make edits.\
69+
You will also see any lint errors in the console.
70+
71+
```bash
72+
# lunches the test runner in the interactive watch mode.
73+
$ npm test
74+
```
75+
76+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
77+
78+
```bash
79+
# builds the app for production to the `build` folder.
80+
$ npm run build
81+
```
82+
83+
It correctly bundles React in production mode and optimizes the build for the best performance.
84+
85+
The build is minified and the filenames include the hashes.\
86+
Your app is ready to be deployed!
87+
88+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
89+
90+
```bash
91+
#you may want to omit "eject"
92+
$ npm run eject
93+
```
94+
95+
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
96+
97+
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.
98+
99+
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.
100+
101+
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.
102+
103+
## Contributing
104+
105+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. Right now there is only one branch which is master.
106+
107+
1. Fork the Project
108+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
109+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
110+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
111+
5. Open a Pull Request
112+
113+
## Learn More
114+
115+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
116+
117+
To learn React, check out the [React documentation](https://reactjs.org/).
118+
119+
* [Code Splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
120+
* [Analyzing the Bundle Size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
121+
* [Making a Progressive Web App](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
122+
* [Advanced Configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
123+
* [Deployment](https://facebook.github.io/create-react-app/docs/deployment)
124+
* [npm run build fails to minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
125+
126+
## Credits
127+
128+
[Carabelli](MrPanda+HRMS_Frontend@protonmail.ch)
129+
130+
#### Acknowledgements
131+
132+
- [Engin Demirog](https://www.linkedin.com/in/engindemirog)

hrms-project/README.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)