Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 authored Dec 18, 2023
1 parent 82f9d72 commit 3b93c96
Showing 1 changed file with 240 additions and 70 deletions.
310 changes: 240 additions & 70 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,240 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## 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/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
# (주)플래디 사내 관리 페이지 Web
<br>
![7](https://github.com/PLADI-ALM/PLADI-ALM-Web/assets/62008784/13ca8486-13cb-4d09-8668-c3221f6b06b6)

## Tech Stack
### Web
<img src="https://img.shields.io/badge/react-61DAFB?style=for-the-badge&logo=react&logoColor=white"> <img src="https://img.shields.io/badge/styled components-DB7093?style=for-the-badge&logo=styled-components&logoColor=white">
<img src="https://img.shields.io/badge/html5-E34F26?style=for-the-badge&logo=html5&logoColor=white">
<img src="https://img.shields.io/badge/css3-1572B6?style=for-the-badge&logo=css3&logoColor=white">
<img src="https://img.shields.io/badge/node.js-6DB33F?style=for-the-badge&logo=nodedotjs&logoColor=white">
<img src="https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white">

### Deploy
<img src="https://img.shields.io/badge/Github Actions-2088FF?style=for-the-badge&logo=githubactions&logoColor=white"> <img src="https://img.shields.io/badge/S3-569A31?style=for-the-badge&logo=amazons3&logoColor=white"/> <img src="https://img.shields.io/badge/CloudFront-8C4FFF?style=for-the-badge&logoColor=white"/>
<img src="https://img.shields.io/badge/Route53-8C4FFF?style=for-the-badge&logo=amazonroute53&logoColor=white"/>

### Develop Tool
<img src="https://img.shields.io/badge/vscode-007ACC?style=for-the-badge&logo=visualstudiocode&logoColor=white"> <img src="https://img.shields.io/badge/InteliJ-0071C5?style=for-the-badge&logo=intellijidea&logoColor=white">
<img src="https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge&logo=Swagger&logoColor=white"/>
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white"> <img src="https://img.shields.io/badge/git-F05032?style=for-the-badge&logo=git&logoColor=white">

### Etc.
<img src="https://img.shields.io/badge/Notion-000000?style=for-the-badge&logo=notion&logoColor=white"/> <img src="https://img.shields.io/badge/Jira-0052CC?style=for-the-badge&logo=jira&logoColor=white"/>
<img src="https://img.shields.io/badge/Slack-4A154B?style=for-the-badge&logo=slack&logoColor=white"/> <img src="https://img.shields.io/badge/Figma-F24E1E?style=for-the-badge&logo=Figma&logoColor=white"/>
<br>

## Project Architecture
![image](https://github.com/PLADI-ALM/PLADI-ALM-Web/assets/62008784/eb4db699-8420-4dbd-a3b3-523761cea49d)

<br>

## Project Structure

<details>
<summary>Details</summary>

```jsx
src
┣ api
┃ ┗ AxiosApi.js
┣ assets
┃ ┣ fonts
┃ ┃ ┣ font.css
┃ ┃ ┣ NanumSquare_acB.woff
┃ ┃ ┣ NanumSquare_acEB.woff
┃ ┃ ┣ NanumSquare_acL.woff
┃ ┃ ┗ NanumSquare_acR.woff
┃ ┗ images
┃ ┃ ┣ button
┃ ┃ ┣ sidebarIcon
┃ ┃ ┃ ┣ AdminActive.svg
┃ ┃ ┃ ┣ AdminInactive.svg
┃ ┃ ┃ ┣ ArchivingActive.svg
┃ ┃ ┃ ┣ ArchivingInactive.svg
┃ ┃ ┃ ┣ BookingActive.svg
┃ ┃ ┃ ┣ BookingInactive.svg
┃ ┃ ┃ ┣ EquipmentActive.svg
┃ ┃ ┃ ┣ EquipmentInactive.svg
┃ ┃ ┃ ┣ LogoutIcon.svg
┃ ┃ ┃ ┣ MyBookingActive.svg
┃ ┃ ┃ ┣ MyBookingInactive.svg
┃ ┃ ┃ ┣ MyInfoIcon.svg
┃ ┃ ┃ ┣ ToggleActive.svg
┃ ┃ ┃ ┗ ToggleInactive.svg
┃ ┃ ┣ arrowDown.svg
┃ ┃ ┣ EmptyImg.svg
┃ ┃ ┣ imgLogo.svg
┃ ┃ ┣ imgNameLogo.svg
┃ ┃ ┣ kor_nameLogo.svg
┃ ┃ ┣ Location.svg
┃ ┃ ┣ moreIcon.svg
┃ ┃ ┣ RangeArrow.svg
┃ ┃ ┣ Search.svg
┃ ┃ ┣ SearchInput.svg
┃ ┃ ┣ SearchPlus.svg
┃ ┃ ┣ SelectArrow.svg
┃ ┃ ┣ triple_dot_icon.svg
┃ ┃ ┗ triple_dot_icon_black.svg
┣ components
┃ ┣ booking
┃ ┃ ┗ StatusTag.js
┃ ┣ button
┃ ┃ ┣ BigSquareButton.js
┃ ┃ ┣ ImageFullButton.js
┃ ┃ ┣ ImagePaddingButton.js
┃ ┃ ┗ SmallButton.js
┃ ┣ capsule
┃ ┃ ┣ Capsule.js
┃ ┃ ┣ DropBox.js
┃ ┃ ┣ FacilityCapsule.js
┃ ┃ ┗ RoleCapsule.js
┃ ┣ card
┃ ┃ ┣ Card.js
┃ ┃ ┣ EquipmentInfo.js
┃ ┃ ┣ OfficeInfo.js
┃ ┃ ┣ ResourceDetailInfo.js
┃ ┃ ┗ ResourceInfo.js
┃ ┣ modal
┃ ┃ ┣ BigModal.js
┃ ┃ ┣ BookingInfoModal.js
┃ ┃ ┣ CarReturnModal.js
┃ ┃ ┣ EquipmentMoreModal.js
┃ ┃ ┣ MoreModal.js
┃ ┃ ┣ ResourceReturnModal.js
┃ ┃ ┣ UserModal.js
┃ ┃ ┗ UserMoreModal.js
┃ ┣ officeBooking
┃ ┃ ┣ BookedTimeBar.js
┃ ┃ ┣ BookingOfficeInfo.js
┃ ┃ ┣ BookingPurpose.js
┃ ┃ ┣ BookingTimeBar.js
┃ ┃ ┗ SubTitleBar.js
┃ ┣ resourceBooking
┃ ┃ ┗ TimeSelector.js
┃ ┣ rightContainer
┃ ┃ ┗ RightContainer.js
┃ ┣ searchBar
┃ ┃ ┣ ManageSearchBar.js
┃ ┃ ┗ SearchBar.js
┃ ┣ sidebar
┃ ┃ ┣ MainMenu.js
┃ ┃ ┣ MenuLineStyle.js
┃ ┃ ┣ Sidebar.js
┃ ┃ ┗ SubMenu.js
┃ ┗ toggle
┃ ┃ ┗ Toggle.js
┣ constants
┃ ┣ BookingStatus.js
┃ ┣ Path.js
┃ ┗ ToggleList.js
┣ pages
┃ ┣ admin
┃ ┃ ┣ car
┃ ┃ ┃ ┣ CarManage.js
┃ ┃ ┃ ┣ CarManageAdd.js
┃ ┃ ┃ ┣ CarManageDetail.js
┃ ┃ ┃ ┗ CarManageTableCell.js
┃ ┃ ┣ carBookings
┃ ┃ ┃ ┣ CarBookingManage.js
┃ ┃ ┃ ┗ CarBookingManageCell.js
┃ ┃ ┣ office
┃ ┃ ┃ ┣ OfficeManage.js
┃ ┃ ┃ ┣ OfficeManageAdd.js
┃ ┃ ┃ ┣ OfficeManageDetail.js
┃ ┃ ┃ ┗ OfficeManageTableCell.js
┃ ┃ ┣ officeBookings
┃ ┃ ┃ ┣ OfficeBookingManage.js
┃ ┃ ┃ ┗ OfficeBookingManageCell.js
┃ ┃ ┣ resource
┃ ┃ ┃ ┣ ResourceManage.js
┃ ┃ ┃ ┣ ResourceManageAdd.js
┃ ┃ ┃ ┣ ResourceManageDetail.js
┃ ┃ ┃ ┗ ResourceManageTableCell.js
┃ ┃ ┣ resourceBookings
┃ ┃ ┃ ┣ ResourceBookingManage.js
┃ ┃ ┃ ┗ ResourceBookingManageCell.js
┃ ┃ ┗ user
┃ ┃ ┃ ┣ UserManage.js
┃ ┃ ┃ ┗ UserManageLine.js
┃ ┗ basic
┃ ┃ ┣ booking
┃ ┃ ┃ ┣ car
┃ ┃ ┃ ┃ ┣ CarBooking.js
┃ ┃ ┃ ┃ ┣ CarBookingCheck.js
┃ ┃ ┃ ┃ ┗ SelectCar.js
┃ ┃ ┃ ┣ office
┃ ┃ ┃ ┃ ┣ OfficeBooking.js
┃ ┃ ┃ ┃ ┣ OfficeBookingCheck.js
┃ ┃ ┃ ┃ ┗ SelectOffice.js
┃ ┃ ┃ ┗ resource
┃ ┃ ┃ ┃ ┣ CustomCalendar.css
┃ ┃ ┃ ┃ ┣ ResourceBooking.js
┃ ┃ ┃ ┃ ┣ ResourceBookingCheck.js
┃ ┃ ┃ ┃ ┗ SelectResource.js
┃ ┃ ┣ equipment
┃ ┃ ┃ ┣ EquipmentAdd.js
┃ ┃ ┃ ┗ EquipmentList.js
┃ ┃ ┣ myBookings
┃ ┃ ┃ ┣ BookedLine.js
┃ ┃ ┃ ┗ BookedList.js
┃ ┃ ┗ user
┃ ┃ ┃ ┣ EmailCheck.js
┃ ┃ ┃ ┣ Login.js
┃ ┃ ┃ ┗ ResetPassword.js
┣ utils
┃ ┣ CookiesUtil.js
┃ ┣ ErrorHandlerUtil.js
┃ ┣ ImageUtil.js
┃ ┗ IsLoginUtil.js
App.css
App.js
App.test.js
index.css
index.js
reportWebVitals.js
setupTests.js
```
</details>
<br>

## Commit/PR Convention
**Commit**
```
[PDW-1] feat: 회의실 예약 UI
```
- [지라티켓] 커밋 태그: 커밋 설명
<br>

**Pull Request**
```
[PDW-1/feat] 회의실 예약
```
- [지라티켓/커밋태그] 설명
<br>

## Branch Strategy
- main
- 배포 이력 관리 목적
- develop
- feat 병합용 브랜치
- 배포 전 병합 브랜치
- feat
- develop 브랜치를 베이스로 기능별로 feat 브랜치 생성해 개발
- test
- 테스트가 필요한 코드용 브랜치
- fix
- 배포 후 버그 발생 시 버그 수정
<br>

- feat branch의 경우, feat/지라티켓-기능설명 형태로 작성
```md
feat/PDW-1-office-booking
```
<br>

## Member
|[박서연](https://github.com/psyeon1120)|[차유상](https://github.com/chayoosang)|[김초원](https://github.com/ryr0121)|
|:---:|:---:|:---:|
|<img src="https://github.com/psyeon1120.png" width="180" height="180" >|<img src="https://github.com/chayoosang.png" width="180" height="180" >|<img src="https://github.com/ryr0121.png" width="180" height="180">|
| **Web Architecture**| **Web Developer** | **Web Developer** |

0 comments on commit 3b93c96

Please sign in to comment.