3DNoiseMaster-FE
├─ .git
├─ .gitignore
├─ LICENSE
├─ package-lock.json
├─ package.json
├─ public
│ ├─ BlackBunny.png
│ ├─ bunny.png
│ ├─ index.html
│ ├─ logo192.png
│ ├─ logo512.png
│ ├─ manifest.json
│ └─ robots.txt
├─ README.md
├─ src
│ ├─ App.css
│ ├─ App.tsx
│ ├─ assets
│ │ ├─ font
│ │ │ ├─ NanumSquareOTF_acB.otf
│ │ │ ├─ NanumSquareOTF_acEB.otf
│ │ │ ├─ NanumSquareOTF_acL.otf
│ │ │ └─ NanumSquareOTF_acR.otf
│ │ ├─ icon
│ │ │ ├─ back.png
│ │ │ ├─ BlackBunny.png
│ │ │ ├─ BlackHome.png
│ │ │ ├─ errorComp.png
│ │ │ ├─ eye_close.png
│ │ │ ├─ eye_open.png
│ │ │ ├─ home.png
│ │ │ ├─ noiseGen.png
│ │ │ └─ noiseRem.png
│ │ └─ image
│ │ ├─ denoising.png
│ │ ├─ denoising_addText.png
│ │ ├─ noise.png
│ │ ├─ noise_addText.png
│ │ ├─ workSpace_example_1.png
│ │ ├─ workSpace_example_2-1.png
│ │ └─ workSpace_example_2-2.png
│ ├─ components
│ │ ├─ Footer.tsx
│ │ ├─ ImageCrossFade.tsx
│ │ └─ ImageSlider.tsx
│ ├─ declarations.d.ts
│ ├─ index.css
│ ├─ index.tsx
│ ├─ pages
│ │ ├─ ErrorCompPage.tsx
│ │ ├─ LoginPage.tsx
│ │ ├─ MainPage.tsx
│ │ ├─ NewTaskPage.tsx
│ │ ├─ NoiseGenPage.tsx
│ │ ├─ NoiseRemPage.tsx
│ │ ├─ SignUpPage.tsx
│ │ ├─ TaskResultPage.tsx
│ │ └─ WorkspacePage.tsx
│ ├─ react-app-env.d.ts
│ ├─ reportWebVitals.ts
│ ├─ setupTests.ts
│ └─ styles
│ ├─ fonts.css
│ ├─ GlobalStyles.ts
│ ├─ LoginPage.css
│ ├─ MainPage.css
│ ├─ SignUpPage.css
│ └─ WorkspacePage.css
└─ tsconfig.json
-
Notifications
You must be signed in to change notification settings - Fork 1
License
minhe8564/3DNoiseMaster-FE
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published