diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c733348..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/histudy-front/.gitignore b/.gitignore similarity index 98% rename from histudy-front/.gitignore rename to .gitignore index 8692cf6..b404d75 100644 --- a/histudy-front/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ /node_modules /.pnp .pnp.js - +/dist # testing /coverage diff --git a/histudy-front/README.md b/histudy-front/README.md deleted file mode 100644 index 58beeac..0000000 --- a/histudy-front/README.md +++ /dev/null @@ -1,70 +0,0 @@ -# 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) diff --git a/histudy-front/index.html b/index.html similarity index 100% rename from histudy-front/index.html rename to index.html diff --git a/histudy-front/package.json b/package.json similarity index 98% rename from histudy-front/package.json rename to package.json index bea73bf..887b75d 100644 --- a/histudy-front/package.json +++ b/package.json @@ -43,7 +43,7 @@ "xlsx": "^0.18.5" }, "scripts": { - "dev": "vite", + "start": "vite", "build": "vite build", "preview": "vite preview" }, diff --git a/histudy-front/pnpm-lock.yaml b/pnpm-lock.yaml similarity index 100% rename from histudy-front/pnpm-lock.yaml rename to pnpm-lock.yaml diff --git a/histudy-front/public/favicon.ico b/public/favicon.ico similarity index 100% rename from histudy-front/public/favicon.ico rename to public/favicon.ico diff --git a/histudy-front/public/favicon2.ico b/public/favicon2.ico similarity index 100% rename from histudy-front/public/favicon2.ico rename to public/favicon2.ico diff --git a/histudy-front/public/img/authImg.jpg b/public/img/authImg.jpg similarity index 100% rename from histudy-front/public/img/authImg.jpg rename to public/img/authImg.jpg diff --git a/histudy-front/public/img/github.png b/public/img/github.png similarity index 100% rename from histudy-front/public/img/github.png rename to public/img/github.png diff --git a/histudy-front/public/img/logo_histudy.png b/public/img/logo_histudy.png similarity index 100% rename from histudy-front/public/img/logo_histudy.png rename to public/img/logo_histudy.png diff --git a/histudy-front/public/img/mainImg.jpg b/public/img/mainImg.jpg similarity index 100% rename from histudy-front/public/img/mainImg.jpg rename to public/img/mainImg.jpg diff --git a/histudy-front/public/img/mainImg2.png b/public/img/mainImg2.png similarity index 100% rename from histudy-front/public/img/mainImg2.png rename to public/img/mainImg2.png diff --git a/histudy-front/public/img/mainImg3.png b/public/img/mainImg3.png similarity index 100% rename from histudy-front/public/img/mainImg3.png rename to public/img/mainImg3.png diff --git a/histudy-front/public/img/puppy.jpeg b/public/img/puppy.jpeg similarity index 100% rename from histudy-front/public/img/puppy.jpeg rename to public/img/puppy.jpeg diff --git a/histudy-front/public/img/puppy2.jpeg b/public/img/puppy2.jpeg similarity index 100% rename from histudy-front/public/img/puppy2.jpeg rename to public/img/puppy2.jpeg diff --git a/histudy-front/public/img/thumbnail.jpg b/public/img/thumbnail.jpg similarity index 100% rename from histudy-front/public/img/thumbnail.jpg rename to public/img/thumbnail.jpg diff --git a/histudy-front/public/img/thumbnail2.jpg b/public/img/thumbnail2.jpg similarity index 100% rename from histudy-front/public/img/thumbnail2.jpg rename to public/img/thumbnail2.jpg diff --git a/histudy-front/public/logo192.png b/public/logo192.png similarity index 100% rename from histudy-front/public/logo192.png rename to public/logo192.png diff --git a/histudy-front/public/logo512.png b/public/logo512.png similarity index 100% rename from histudy-front/public/logo512.png rename to public/logo512.png diff --git a/histudy-front/public/mainImg3.png b/public/mainImg3.png similarity index 100% rename from histudy-front/public/mainImg3.png rename to public/mainImg3.png diff --git a/histudy-front/public/manifest.json b/public/manifest.json similarity index 100% rename from histudy-front/public/manifest.json rename to public/manifest.json diff --git a/histudy-front/public/robots.txt b/public/robots.txt similarity index 100% rename from histudy-front/public/robots.txt rename to public/robots.txt diff --git a/histudy-front/src/App.js b/src/App.js similarity index 100% rename from histudy-front/src/App.js rename to src/App.js diff --git a/histudy-front/src/Firebase/firebase.js b/src/Firebase/firebase.js similarity index 100% rename from histudy-front/src/Firebase/firebase.js rename to src/Firebase/firebase.js diff --git a/histudy-front/src/apis/auth.js b/src/apis/auth.js similarity index 100% rename from histudy-front/src/apis/auth.js rename to src/apis/auth.js diff --git a/histudy-front/src/apis/axiosInstance.js b/src/apis/axiosInstance.js similarity index 100% rename from histudy-front/src/apis/axiosInstance.js rename to src/apis/axiosInstance.js diff --git a/histudy-front/src/apis/course.js b/src/apis/course.js similarity index 100% rename from histudy-front/src/apis/course.js rename to src/apis/course.js diff --git a/histudy-front/src/apis/manager.js b/src/apis/manager.js similarity index 100% rename from histudy-front/src/apis/manager.js rename to src/apis/manager.js diff --git a/histudy-front/src/apis/rank.js b/src/apis/rank.js similarity index 100% rename from histudy-front/src/apis/rank.js rename to src/apis/rank.js diff --git a/histudy-front/src/apis/report.js b/src/apis/report.js similarity index 100% rename from histudy-front/src/apis/report.js rename to src/apis/report.js diff --git a/histudy-front/src/apis/study.js b/src/apis/study.js similarity index 100% rename from histudy-front/src/apis/study.js rename to src/apis/study.js diff --git a/histudy-front/src/apis/users.js b/src/apis/users.js similarity index 100% rename from histudy-front/src/apis/users.js rename to src/apis/users.js diff --git a/histudy-front/src/assets/images/authImage.png b/src/assets/images/authImage.png similarity index 100% rename from histudy-front/src/assets/images/authImage.png rename to src/assets/images/authImage.png diff --git a/histudy-front/src/auth/GoogleButton.js b/src/auth/GoogleButton.js similarity index 100% rename from histudy-front/src/auth/GoogleButton.js rename to src/auth/GoogleButton.js diff --git a/histudy-front/src/auth/PrivateRoute.js b/src/auth/PrivateRoute.js similarity index 100% rename from histudy-front/src/auth/PrivateRoute.js rename to src/auth/PrivateRoute.js diff --git a/histudy-front/src/auth/token.js b/src/auth/token.js similarity index 100% rename from histudy-front/src/auth/token.js rename to src/auth/token.js diff --git a/histudy-front/src/components/ARouter.js b/src/components/ARouter.js similarity index 100% rename from histudy-front/src/components/ARouter.js rename to src/components/ARouter.js diff --git a/histudy-front/src/components/CustomTable.js b/src/components/CustomTable.js similarity index 100% rename from histudy-front/src/components/CustomTable.js rename to src/components/CustomTable.js diff --git a/histudy-front/src/components/DarkModeToggle.js b/src/components/DarkModeToggle.js similarity index 100% rename from histudy-front/src/components/DarkModeToggle.js rename to src/components/DarkModeToggle.js diff --git a/histudy-front/src/components/Enroll/ButtonBox.js b/src/components/Enroll/ButtonBox.js similarity index 100% rename from histudy-front/src/components/Enroll/ButtonBox.js rename to src/components/Enroll/ButtonBox.js diff --git a/histudy-front/src/components/Enroll/Courses.js b/src/components/Enroll/Courses.js similarity index 100% rename from histudy-front/src/components/Enroll/Courses.js rename to src/components/Enroll/Courses.js diff --git a/histudy-front/src/components/Enroll/DeleteDataIcon.js b/src/components/Enroll/DeleteDataIcon.js similarity index 100% rename from histudy-front/src/components/Enroll/DeleteDataIcon.js rename to src/components/Enroll/DeleteDataIcon.js diff --git a/histudy-front/src/components/Enroll/Friends.js b/src/components/Enroll/Friends.js similarity index 100% rename from histudy-front/src/components/Enroll/Friends.js rename to src/components/Enroll/Friends.js diff --git a/histudy-front/src/components/Enroll/TextFieldWrapper.js b/src/components/Enroll/TextFieldWrapper.js similarity index 100% rename from histudy-front/src/components/Enroll/TextFieldWrapper.js rename to src/components/Enroll/TextFieldWrapper.js diff --git a/histudy-front/src/components/Footer.js b/src/components/Footer.js similarity index 100% rename from histudy-front/src/components/Footer.js rename to src/components/Footer.js diff --git a/histudy-front/src/components/GrayBorderBox.js b/src/components/GrayBorderBox.js similarity index 100% rename from histudy-front/src/components/GrayBorderBox.js rename to src/components/GrayBorderBox.js diff --git a/histudy-front/src/components/Header.js b/src/components/Header.js similarity index 100% rename from histudy-front/src/components/Header.js rename to src/components/Header.js diff --git a/histudy-front/src/components/HeaderButton.js b/src/components/HeaderButton.js similarity index 100% rename from histudy-front/src/components/HeaderButton.js rename to src/components/HeaderButton.js diff --git a/histudy-front/src/components/Image/Heic2Jpg.js b/src/components/Image/Heic2Jpg.js similarity index 100% rename from histudy-front/src/components/Image/Heic2Jpg.js rename to src/components/Image/Heic2Jpg.js diff --git a/histudy-front/src/components/Image/PreviewImage.js b/src/components/Image/PreviewImage.js similarity index 100% rename from histudy-front/src/components/Image/PreviewImage.js rename to src/components/Image/PreviewImage.js diff --git a/histudy-front/src/components/Image/UploadImage.js b/src/components/Image/UploadImage.js similarity index 100% rename from histudy-front/src/components/Image/UploadImage.js rename to src/components/Image/UploadImage.js diff --git a/histudy-front/src/components/Image/UploadImageToServer.js b/src/components/Image/UploadImageToServer.js similarity index 100% rename from histudy-front/src/components/Image/UploadImageToServer.js rename to src/components/Image/UploadImageToServer.js diff --git a/histudy-front/src/components/Image/compressFile.js b/src/components/Image/compressFile.js similarity index 100% rename from histudy-front/src/components/Image/compressFile.js rename to src/components/Image/compressFile.js diff --git a/histudy-front/src/components/LoadingLottie.js b/src/components/LoadingLottie.js similarity index 100% rename from histudy-front/src/components/LoadingLottie.js rename to src/components/LoadingLottie.js diff --git a/histudy-front/src/components/LoginButton.js b/src/components/LoginButton.js similarity index 100% rename from histudy-front/src/components/LoginButton.js rename to src/components/LoginButton.js diff --git a/histudy-front/src/components/LongButton.js b/src/components/LongButton.js similarity index 100% rename from histudy-front/src/components/LongButton.js rename to src/components/LongButton.js diff --git a/histudy-front/src/components/Main/CustomCard.js b/src/components/Main/CustomCard.js similarity index 100% rename from histudy-front/src/components/Main/CustomCard.js rename to src/components/Main/CustomCard.js diff --git a/histudy-front/src/components/Main/MainImage.js b/src/components/Main/MainImage.js similarity index 100% rename from histudy-front/src/components/Main/MainImage.js rename to src/components/Main/MainImage.js diff --git a/histudy-front/src/components/Main/NavGrid.js b/src/components/Main/NavGrid.js similarity index 100% rename from histudy-front/src/components/Main/NavGrid.js rename to src/components/Main/NavGrid.js diff --git a/histudy-front/src/components/Main/RegisterModal.js b/src/components/Main/RegisterModal.js similarity index 100% rename from histudy-front/src/components/Main/RegisterModal.js rename to src/components/Main/RegisterModal.js diff --git a/histudy-front/src/components/Manager/CreateGroupTable.js b/src/components/Manager/CreateGroupTable.js similarity index 100% rename from histudy-front/src/components/Manager/CreateGroupTable.js rename to src/components/Manager/CreateGroupTable.js diff --git a/histudy-front/src/components/Manager/GroupSelector.js b/src/components/Manager/GroupSelector.js similarity index 100% rename from histudy-front/src/components/Manager/GroupSelector.js rename to src/components/Manager/GroupSelector.js diff --git a/histudy-front/src/components/Manager/GroupTable.js b/src/components/Manager/GroupTable.js similarity index 100% rename from histudy-front/src/components/Manager/GroupTable.js rename to src/components/Manager/GroupTable.js diff --git a/histudy-front/src/components/Manager/GroupTables.js b/src/components/Manager/GroupTables.js similarity index 100% rename from histudy-front/src/components/Manager/GroupTables.js rename to src/components/Manager/GroupTables.js diff --git a/histudy-front/src/components/Manager/Loading/LoadingLayout.js b/src/components/Manager/Loading/LoadingLayout.js similarity index 100% rename from histudy-front/src/components/Manager/Loading/LoadingLayout.js rename to src/components/Manager/Loading/LoadingLayout.js diff --git a/histudy-front/src/components/Manager/ManagerTable.js b/src/components/Manager/ManagerTable.js similarity index 100% rename from histudy-front/src/components/Manager/ManagerTable.js rename to src/components/Manager/ManagerTable.js diff --git a/histudy-front/src/components/Manager/MatchStartButton.js b/src/components/Manager/MatchStartButton.js similarity index 100% rename from histudy-front/src/components/Manager/MatchStartButton.js rename to src/components/Manager/MatchStartButton.js diff --git a/histudy-front/src/components/Manager/RegisterClassButton.js b/src/components/Manager/RegisterClassButton.js similarity index 100% rename from histudy-front/src/components/Manager/RegisterClassButton.js rename to src/components/Manager/RegisterClassButton.js diff --git a/histudy-front/src/components/Manager/ReportTable.js b/src/components/Manager/ReportTable.js similarity index 99% rename from histudy-front/src/components/Manager/ReportTable.js rename to src/components/Manager/ReportTable.js index 3b3cb3e..a1c803c 100644 --- a/histudy-front/src/components/Manager/ReportTable.js +++ b/src/components/Manager/ReportTable.js @@ -168,7 +168,6 @@ export default function ReportTable({ textOverflow: "ellipsis", overflowX: "auto", whiteSpace: "nowrap", - flexGrow: 0.7, py: "20px", borderColor: "primary.border", }} diff --git a/histudy-front/src/components/Manager/SemesterSelectButton.js b/src/components/Manager/SemesterSelectButton.js similarity index 100% rename from histudy-front/src/components/Manager/SemesterSelectButton.js rename to src/components/Manager/SemesterSelectButton.js diff --git a/histudy-front/src/components/Manager/SideBar.js b/src/components/Manager/SideBar.js similarity index 100% rename from histudy-front/src/components/Manager/SideBar.js rename to src/components/Manager/SideBar.js diff --git a/histudy-front/src/components/Manager/StudentListTable.js b/src/components/Manager/StudentListTable.js similarity index 100% rename from histudy-front/src/components/Manager/StudentListTable.js rename to src/components/Manager/StudentListTable.js diff --git a/histudy-front/src/components/Manager/StudentNumSelector.js b/src/components/Manager/StudentNumSelector.js similarity index 100% rename from histudy-front/src/components/Manager/StudentNumSelector.js rename to src/components/Manager/StudentNumSelector.js diff --git a/histudy-front/src/components/Manager/StudyGroupTable.js b/src/components/Manager/StudyGroupTable.js similarity index 100% rename from histudy-front/src/components/Manager/StudyGroupTable.js rename to src/components/Manager/StudyGroupTable.js diff --git a/histudy-front/src/components/Manager/Table/Title.js b/src/components/Manager/Table/Title.js similarity index 100% rename from histudy-front/src/components/Manager/Table/Title.js rename to src/components/Manager/Table/Title.js diff --git a/histudy-front/src/components/Manager/UnGroupTable.js b/src/components/Manager/UnGroupTable.js similarity index 100% rename from histudy-front/src/components/Manager/UnGroupTable.js rename to src/components/Manager/UnGroupTable.js diff --git a/histudy-front/src/components/Manager/YearSelectButton.js b/src/components/Manager/YearSelectButton.js similarity index 100% rename from histudy-front/src/components/Manager/YearSelectButton.js rename to src/components/Manager/YearSelectButton.js diff --git a/histudy-front/src/components/NoDataLottie.js b/src/components/NoDataLottie.js similarity index 100% rename from histudy-front/src/components/NoDataLottie.js rename to src/components/NoDataLottie.js diff --git a/histudy-front/src/components/Post/CodeModal.js b/src/components/Post/CodeModal.js similarity index 100% rename from histudy-front/src/components/Post/CodeModal.js rename to src/components/Post/CodeModal.js diff --git a/histudy-front/src/components/Post/PostCourses.js b/src/components/Post/PostCourses.js similarity index 100% rename from histudy-front/src/components/Post/PostCourses.js rename to src/components/Post/PostCourses.js diff --git a/histudy-front/src/components/Post/PostMember.js b/src/components/Post/PostMember.js similarity index 100% rename from histudy-front/src/components/Post/PostMember.js rename to src/components/Post/PostMember.js diff --git a/histudy-front/src/components/Post/PostStudyTime.js b/src/components/Post/PostStudyTime.js similarity index 100% rename from histudy-front/src/components/Post/PostStudyTime.js rename to src/components/Post/PostStudyTime.js diff --git a/histudy-front/src/components/PostBox.js b/src/components/PostBox.js similarity index 100% rename from histudy-front/src/components/PostBox.js rename to src/components/PostBox.js diff --git a/histudy-front/src/components/ProgressBar.js b/src/components/ProgressBar.js similarity index 100% rename from histudy-front/src/components/ProgressBar.js rename to src/components/ProgressBar.js diff --git a/histudy-front/src/components/Rank/FullImage.js b/src/components/Rank/FullImage.js similarity index 100% rename from histudy-front/src/components/Rank/FullImage.js rename to src/components/Rank/FullImage.js diff --git a/histudy-front/src/components/Rank/HoverBox.js b/src/components/Rank/HoverBox.js similarity index 100% rename from histudy-front/src/components/Rank/HoverBox.js rename to src/components/Rank/HoverBox.js diff --git a/histudy-front/src/components/Rank/Item.js b/src/components/Rank/Item.js similarity index 100% rename from histudy-front/src/components/Rank/Item.js rename to src/components/Rank/Item.js diff --git a/histudy-front/src/components/RoundButton.js b/src/components/RoundButton.js similarity index 100% rename from histudy-front/src/components/RoundButton.js rename to src/components/RoundButton.js diff --git a/histudy-front/src/components/common/ARouter.js b/src/components/common/ARouter.js similarity index 100% rename from histudy-front/src/components/common/ARouter.js rename to src/components/common/ARouter.js diff --git a/histudy-front/src/components/common/AddDeleteButton.js b/src/components/common/AddDeleteButton.js similarity index 100% rename from histudy-front/src/components/common/AddDeleteButton.js rename to src/components/common/AddDeleteButton.js diff --git a/histudy-front/src/components/common/CourseDescription.js b/src/components/common/CourseDescription.js similarity index 100% rename from histudy-front/src/components/common/CourseDescription.js rename to src/components/common/CourseDescription.js diff --git a/histudy-front/src/components/common/CustomTable.js b/src/components/common/CustomTable.js similarity index 100% rename from histudy-front/src/components/common/CustomTable.js rename to src/components/common/CustomTable.js diff --git a/histudy-front/src/components/common/DarkModeToggle.js b/src/components/common/DarkModeToggle.js similarity index 100% rename from histudy-front/src/components/common/DarkModeToggle.js rename to src/components/common/DarkModeToggle.js diff --git a/histudy-front/src/components/common/Footer.js b/src/components/common/Footer.js similarity index 100% rename from histudy-front/src/components/common/Footer.js rename to src/components/common/Footer.js diff --git a/histudy-front/src/components/common/FriendDescription.js b/src/components/common/FriendDescription.js similarity index 100% rename from histudy-front/src/components/common/FriendDescription.js rename to src/components/common/FriendDescription.js diff --git a/histudy-front/src/components/common/GrayBorderBox.js b/src/components/common/GrayBorderBox.js similarity index 100% rename from histudy-front/src/components/common/GrayBorderBox.js rename to src/components/common/GrayBorderBox.js diff --git a/histudy-front/src/components/common/Header.js b/src/components/common/Header.js similarity index 100% rename from histudy-front/src/components/common/Header.js rename to src/components/common/Header.js diff --git a/histudy-front/src/components/common/HeaderButton.js b/src/components/common/HeaderButton.js similarity index 100% rename from histudy-front/src/components/common/HeaderButton.js rename to src/components/common/HeaderButton.js diff --git a/histudy-front/src/components/common/LoadingLottie.js b/src/components/common/LoadingLottie.js similarity index 100% rename from histudy-front/src/components/common/LoadingLottie.js rename to src/components/common/LoadingLottie.js diff --git a/histudy-front/src/components/common/LoginButton.js b/src/components/common/LoginButton.js similarity index 100% rename from histudy-front/src/components/common/LoginButton.js rename to src/components/common/LoginButton.js diff --git a/histudy-front/src/components/common/LongButton.js b/src/components/common/LongButton.js similarity index 100% rename from histudy-front/src/components/common/LongButton.js rename to src/components/common/LongButton.js diff --git a/histudy-front/src/components/common/NoDataLottie.js b/src/components/common/NoDataLottie.js similarity index 100% rename from histudy-front/src/components/common/NoDataLottie.js rename to src/components/common/NoDataLottie.js diff --git a/histudy-front/src/components/common/PostBox.js b/src/components/common/PostBox.js similarity index 100% rename from histudy-front/src/components/common/PostBox.js rename to src/components/common/PostBox.js diff --git a/histudy-front/src/components/common/ProgressBar.js b/src/components/common/ProgressBar.js similarity index 100% rename from histudy-front/src/components/common/ProgressBar.js rename to src/components/common/ProgressBar.js diff --git a/histudy-front/src/components/common/RoundButton.js b/src/components/common/RoundButton.js similarity index 100% rename from histudy-front/src/components/common/RoundButton.js rename to src/components/common/RoundButton.js diff --git a/histudy-front/src/components/common/StyledLayout.js b/src/components/common/StyledLayout.js similarity index 100% rename from histudy-front/src/components/common/StyledLayout.js rename to src/components/common/StyledLayout.js diff --git a/histudy-front/src/components/common/Title.js b/src/components/common/Title.js similarity index 100% rename from histudy-front/src/components/common/Title.js rename to src/components/common/Title.js diff --git a/histudy-front/src/components/common/UpDownButton.js b/src/components/common/UpDownButton.js similarity index 100% rename from histudy-front/src/components/common/UpDownButton.js rename to src/components/common/UpDownButton.js diff --git a/histudy-front/src/components/scv/ExportCSV.js b/src/components/scv/ExportCSV.js similarity index 100% rename from histudy-front/src/components/scv/ExportCSV.js rename to src/components/scv/ExportCSV.js diff --git a/histudy-front/src/components/scv/ImportCSV.js b/src/components/scv/ImportCSV.js similarity index 100% rename from histudy-front/src/components/scv/ImportCSV.js rename to src/components/scv/ImportCSV.js diff --git a/histudy-front/src/components/scv/baeju2.csv b/src/components/scv/baeju2.csv similarity index 100% rename from histudy-front/src/components/scv/baeju2.csv rename to src/components/scv/baeju2.csv diff --git a/histudy-front/src/index.js b/src/index.js similarity index 100% rename from histudy-front/src/index.js rename to src/index.js diff --git a/histudy-front/src/loading.json b/src/loading.json similarity index 100% rename from histudy-front/src/loading.json rename to src/loading.json diff --git a/histudy-front/src/noData.json b/src/noData.json similarity index 100% rename from histudy-front/src/noData.json rename to src/noData.json diff --git a/histudy-front/src/pages/Enroll/Enroll.js b/src/pages/Enroll/Enroll.js similarity index 100% rename from histudy-front/src/pages/Enroll/Enroll.js rename to src/pages/Enroll/Enroll.js diff --git a/histudy-front/src/pages/Group/Group.js b/src/pages/Group/Group.js similarity index 100% rename from histudy-front/src/pages/Group/Group.js rename to src/pages/Group/Group.js diff --git a/histudy-front/src/pages/Main/Main.js b/src/pages/Main/Main.js similarity index 100% rename from histudy-front/src/pages/Main/Main.js rename to src/pages/Main/Main.js diff --git a/histudy-front/src/pages/Main/css/Textfield.css b/src/pages/Main/css/Textfield.css similarity index 100% rename from histudy-front/src/pages/Main/css/Textfield.css rename to src/pages/Main/css/Textfield.css diff --git a/histudy-front/src/pages/Manager/Class.js b/src/pages/Manager/Class.js similarity index 100% rename from histudy-front/src/pages/Manager/Class.js rename to src/pages/Manager/Class.js diff --git a/histudy-front/src/pages/Manager/CreateGroup.js b/src/pages/Manager/CreateGroup.js similarity index 100% rename from histudy-front/src/pages/Manager/CreateGroup.js rename to src/pages/Manager/CreateGroup.js diff --git a/histudy-front/src/pages/Manager/ManageClass.js b/src/pages/Manager/ManageClass.js similarity index 100% rename from histudy-front/src/pages/Manager/ManageClass.js rename to src/pages/Manager/ManageClass.js diff --git a/histudy-front/src/pages/Manager/ManageGroup.js b/src/pages/Manager/ManageGroup.js similarity index 100% rename from histudy-front/src/pages/Manager/ManageGroup.js rename to src/pages/Manager/ManageGroup.js diff --git a/histudy-front/src/pages/Manager/ManageReport.js b/src/pages/Manager/ManageReport.js similarity index 100% rename from histudy-front/src/pages/Manager/ManageReport.js rename to src/pages/Manager/ManageReport.js diff --git a/histudy-front/src/pages/Manager/ManageStudent.js b/src/pages/Manager/ManageStudent.js similarity index 100% rename from histudy-front/src/pages/Manager/ManageStudent.js rename to src/pages/Manager/ManageStudent.js diff --git a/histudy-front/src/pages/Manager/Manager.js b/src/pages/Manager/Manager.js similarity index 100% rename from histudy-front/src/pages/Manager/Manager.js rename to src/pages/Manager/Manager.js diff --git a/histudy-front/src/pages/Manager/ReportDetail.js b/src/pages/Manager/ReportDetail.js similarity index 100% rename from histudy-front/src/pages/Manager/ReportDetail.js rename to src/pages/Manager/ReportDetail.js diff --git a/histudy-front/src/pages/Manager/Snackbars.js b/src/pages/Manager/Snackbars.js similarity index 100% rename from histudy-front/src/pages/Manager/Snackbars.js rename to src/pages/Manager/Snackbars.js diff --git a/histudy-front/src/pages/Manager/StudyGroup.js b/src/pages/Manager/StudyGroup.js similarity index 100% rename from histudy-front/src/pages/Manager/StudyGroup.js rename to src/pages/Manager/StudyGroup.js diff --git a/histudy-front/src/pages/Manager/style/StyledLatout.js b/src/pages/Manager/style/StyledLatout.js similarity index 100% rename from histudy-front/src/pages/Manager/style/StyledLatout.js rename to src/pages/Manager/style/StyledLatout.js diff --git a/histudy-front/src/pages/Manager/style/StyledTitleFlexBox.js b/src/pages/Manager/style/StyledTitleFlexBox.js similarity index 100% rename from histudy-front/src/pages/Manager/style/StyledTitleFlexBox.js rename to src/pages/Manager/style/StyledTitleFlexBox.js diff --git a/histudy-front/src/pages/Post/Post.js b/src/pages/Post/Post.js similarity index 100% rename from histudy-front/src/pages/Post/Post.js rename to src/pages/Post/Post.js diff --git a/histudy-front/src/pages/Profile/Profile.js b/src/pages/Profile/Profile.js similarity index 100% rename from histudy-front/src/pages/Profile/Profile.js rename to src/pages/Profile/Profile.js diff --git a/histudy-front/src/pages/Rank/Rank.js b/src/pages/Rank/Rank.js similarity index 100% rename from histudy-front/src/pages/Rank/Rank.js rename to src/pages/Rank/Rank.js diff --git a/histudy-front/src/pages/Report/Report.js b/src/pages/Report/Report.js similarity index 100% rename from histudy-front/src/pages/Report/Report.js rename to src/pages/Report/Report.js diff --git a/histudy-front/src/reportWebVitals.js b/src/reportWebVitals.js similarity index 100% rename from histudy-front/src/reportWebVitals.js rename to src/reportWebVitals.js diff --git a/histudy-front/src/store/atom.js b/src/store/atom.js similarity index 100% rename from histudy-front/src/store/atom.js rename to src/store/atom.js diff --git a/histudy-front/src/theme/customShadows.js b/src/theme/customShadows.js similarity index 100% rename from histudy-front/src/theme/customShadows.js rename to src/theme/customShadows.js diff --git a/histudy-front/src/theme/globalStyles.js b/src/theme/globalStyles.js similarity index 100% rename from histudy-front/src/theme/globalStyles.js rename to src/theme/globalStyles.js diff --git a/histudy-front/src/theme/index.js b/src/theme/index.js similarity index 100% rename from histudy-front/src/theme/index.js rename to src/theme/index.js diff --git a/histudy-front/src/theme/overrides/Accordion.js b/src/theme/overrides/Accordion.js similarity index 100% rename from histudy-front/src/theme/overrides/Accordion.js rename to src/theme/overrides/Accordion.js diff --git a/histudy-front/src/theme/overrides/Alert.js b/src/theme/overrides/Alert.js similarity index 100% rename from histudy-front/src/theme/overrides/Alert.js rename to src/theme/overrides/Alert.js diff --git a/histudy-front/src/theme/overrides/Autocomplete.js b/src/theme/overrides/Autocomplete.js similarity index 100% rename from histudy-front/src/theme/overrides/Autocomplete.js rename to src/theme/overrides/Autocomplete.js diff --git a/histudy-front/src/theme/overrides/Avatar.js b/src/theme/overrides/Avatar.js similarity index 100% rename from histudy-front/src/theme/overrides/Avatar.js rename to src/theme/overrides/Avatar.js diff --git a/histudy-front/src/theme/overrides/Backdrop.js b/src/theme/overrides/Backdrop.js similarity index 100% rename from histudy-front/src/theme/overrides/Backdrop.js rename to src/theme/overrides/Backdrop.js diff --git a/histudy-front/src/theme/overrides/Badge.js b/src/theme/overrides/Badge.js similarity index 100% rename from histudy-front/src/theme/overrides/Badge.js rename to src/theme/overrides/Badge.js diff --git a/histudy-front/src/theme/overrides/Breadcrumbs.js b/src/theme/overrides/Breadcrumbs.js similarity index 100% rename from histudy-front/src/theme/overrides/Breadcrumbs.js rename to src/theme/overrides/Breadcrumbs.js diff --git a/histudy-front/src/theme/overrides/Button.js b/src/theme/overrides/Button.js similarity index 100% rename from histudy-front/src/theme/overrides/Button.js rename to src/theme/overrides/Button.js diff --git a/histudy-front/src/theme/overrides/ButtonGroup.js b/src/theme/overrides/ButtonGroup.js similarity index 100% rename from histudy-front/src/theme/overrides/ButtonGroup.js rename to src/theme/overrides/ButtonGroup.js diff --git a/histudy-front/src/theme/overrides/Card.js b/src/theme/overrides/Card.js similarity index 100% rename from histudy-front/src/theme/overrides/Card.js rename to src/theme/overrides/Card.js diff --git a/histudy-front/src/theme/overrides/Checkbox.js b/src/theme/overrides/Checkbox.js similarity index 100% rename from histudy-front/src/theme/overrides/Checkbox.js rename to src/theme/overrides/Checkbox.js diff --git a/histudy-front/src/theme/overrides/Chip.js b/src/theme/overrides/Chip.js similarity index 100% rename from histudy-front/src/theme/overrides/Chip.js rename to src/theme/overrides/Chip.js diff --git a/histudy-front/src/theme/overrides/ControlLabel.js b/src/theme/overrides/ControlLabel.js similarity index 100% rename from histudy-front/src/theme/overrides/ControlLabel.js rename to src/theme/overrides/ControlLabel.js diff --git a/histudy-front/src/theme/overrides/CustomIcons.js b/src/theme/overrides/CustomIcons.js similarity index 100% rename from histudy-front/src/theme/overrides/CustomIcons.js rename to src/theme/overrides/CustomIcons.js diff --git a/histudy-front/src/theme/overrides/DataGrid.js b/src/theme/overrides/DataGrid.js similarity index 100% rename from histudy-front/src/theme/overrides/DataGrid.js rename to src/theme/overrides/DataGrid.js diff --git a/histudy-front/src/theme/overrides/DatePicker.js b/src/theme/overrides/DatePicker.js similarity index 100% rename from histudy-front/src/theme/overrides/DatePicker.js rename to src/theme/overrides/DatePicker.js diff --git a/histudy-front/src/theme/overrides/Dialog.js b/src/theme/overrides/Dialog.js similarity index 100% rename from histudy-front/src/theme/overrides/Dialog.js rename to src/theme/overrides/Dialog.js diff --git a/histudy-front/src/theme/overrides/Drawer.js b/src/theme/overrides/Drawer.js similarity index 100% rename from histudy-front/src/theme/overrides/Drawer.js rename to src/theme/overrides/Drawer.js diff --git a/histudy-front/src/theme/overrides/Fab.js b/src/theme/overrides/Fab.js similarity index 100% rename from histudy-front/src/theme/overrides/Fab.js rename to src/theme/overrides/Fab.js diff --git a/histudy-front/src/theme/overrides/Input.js b/src/theme/overrides/Input.js similarity index 100% rename from histudy-front/src/theme/overrides/Input.js rename to src/theme/overrides/Input.js diff --git a/histudy-front/src/theme/overrides/Link.js b/src/theme/overrides/Link.js similarity index 100% rename from histudy-front/src/theme/overrides/Link.js rename to src/theme/overrides/Link.js diff --git a/histudy-front/src/theme/overrides/List.js b/src/theme/overrides/List.js similarity index 100% rename from histudy-front/src/theme/overrides/List.js rename to src/theme/overrides/List.js diff --git a/histudy-front/src/theme/overrides/LoadingButton.js b/src/theme/overrides/LoadingButton.js similarity index 100% rename from histudy-front/src/theme/overrides/LoadingButton.js rename to src/theme/overrides/LoadingButton.js diff --git a/histudy-front/src/theme/overrides/Menu.js b/src/theme/overrides/Menu.js similarity index 100% rename from histudy-front/src/theme/overrides/Menu.js rename to src/theme/overrides/Menu.js diff --git a/histudy-front/src/theme/overrides/Pagination.js b/src/theme/overrides/Pagination.js similarity index 100% rename from histudy-front/src/theme/overrides/Pagination.js rename to src/theme/overrides/Pagination.js diff --git a/histudy-front/src/theme/overrides/Paper.js b/src/theme/overrides/Paper.js similarity index 100% rename from histudy-front/src/theme/overrides/Paper.js rename to src/theme/overrides/Paper.js diff --git a/histudy-front/src/theme/overrides/Popover.js b/src/theme/overrides/Popover.js similarity index 100% rename from histudy-front/src/theme/overrides/Popover.js rename to src/theme/overrides/Popover.js diff --git a/histudy-front/src/theme/overrides/Progress.js b/src/theme/overrides/Progress.js similarity index 100% rename from histudy-front/src/theme/overrides/Progress.js rename to src/theme/overrides/Progress.js diff --git a/histudy-front/src/theme/overrides/Radio.js b/src/theme/overrides/Radio.js similarity index 100% rename from histudy-front/src/theme/overrides/Radio.js rename to src/theme/overrides/Radio.js diff --git a/histudy-front/src/theme/overrides/Rating.js b/src/theme/overrides/Rating.js similarity index 100% rename from histudy-front/src/theme/overrides/Rating.js rename to src/theme/overrides/Rating.js diff --git a/histudy-front/src/theme/overrides/Select.js b/src/theme/overrides/Select.js similarity index 100% rename from histudy-front/src/theme/overrides/Select.js rename to src/theme/overrides/Select.js diff --git a/histudy-front/src/theme/overrides/Skeleton.js b/src/theme/overrides/Skeleton.js similarity index 100% rename from histudy-front/src/theme/overrides/Skeleton.js rename to src/theme/overrides/Skeleton.js diff --git a/histudy-front/src/theme/overrides/Slider.js b/src/theme/overrides/Slider.js similarity index 100% rename from histudy-front/src/theme/overrides/Slider.js rename to src/theme/overrides/Slider.js diff --git a/histudy-front/src/theme/overrides/Stepper.js b/src/theme/overrides/Stepper.js similarity index 100% rename from histudy-front/src/theme/overrides/Stepper.js rename to src/theme/overrides/Stepper.js diff --git a/histudy-front/src/theme/overrides/SvgIcon.js b/src/theme/overrides/SvgIcon.js similarity index 100% rename from histudy-front/src/theme/overrides/SvgIcon.js rename to src/theme/overrides/SvgIcon.js diff --git a/histudy-front/src/theme/overrides/Switch.js b/src/theme/overrides/Switch.js similarity index 100% rename from histudy-front/src/theme/overrides/Switch.js rename to src/theme/overrides/Switch.js diff --git a/histudy-front/src/theme/overrides/Table.js b/src/theme/overrides/Table.js similarity index 100% rename from histudy-front/src/theme/overrides/Table.js rename to src/theme/overrides/Table.js diff --git a/histudy-front/src/theme/overrides/Tabs.js b/src/theme/overrides/Tabs.js similarity index 100% rename from histudy-front/src/theme/overrides/Tabs.js rename to src/theme/overrides/Tabs.js diff --git a/histudy-front/src/theme/overrides/Timeline.js b/src/theme/overrides/Timeline.js similarity index 100% rename from histudy-front/src/theme/overrides/Timeline.js rename to src/theme/overrides/Timeline.js diff --git a/histudy-front/src/theme/overrides/ToggleButton.js b/src/theme/overrides/ToggleButton.js similarity index 100% rename from histudy-front/src/theme/overrides/ToggleButton.js rename to src/theme/overrides/ToggleButton.js diff --git a/histudy-front/src/theme/overrides/Tooltip.js b/src/theme/overrides/Tooltip.js similarity index 100% rename from histudy-front/src/theme/overrides/Tooltip.js rename to src/theme/overrides/Tooltip.js diff --git a/histudy-front/src/theme/overrides/TreeView.js b/src/theme/overrides/TreeView.js similarity index 100% rename from histudy-front/src/theme/overrides/TreeView.js rename to src/theme/overrides/TreeView.js diff --git a/histudy-front/src/theme/overrides/Typography.js b/src/theme/overrides/Typography.js similarity index 100% rename from histudy-front/src/theme/overrides/Typography.js rename to src/theme/overrides/Typography.js diff --git a/histudy-front/src/theme/overrides/index.js b/src/theme/overrides/index.js similarity index 100% rename from histudy-front/src/theme/overrides/index.js rename to src/theme/overrides/index.js diff --git a/histudy-front/src/theme/palette.js b/src/theme/palette.js similarity index 100% rename from histudy-front/src/theme/palette.js rename to src/theme/palette.js diff --git a/histudy-front/src/theme/shadows.js b/src/theme/shadows.js similarity index 100% rename from histudy-front/src/theme/shadows.js rename to src/theme/shadows.js diff --git a/histudy-front/src/theme/typography.js b/src/theme/typography.js similarity index 100% rename from histudy-front/src/theme/typography.js rename to src/theme/typography.js diff --git a/histudy-front/vite.config.mjs b/vite.config.mjs similarity index 100% rename from histudy-front/vite.config.mjs rename to vite.config.mjs