Skip to content

minhe8564/3DNoiseMaster-FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •