0001-1832.mp4
webdrive
├─ .env
├─ .eslintrc.cjs
├─ README.md
├─ index.html
├─ package-lock.json
├─ package.json
├─ postcss.config.js
├─ public
│ └─ vite.svg
├─ src
│ ├─ App.css
│ ├─ App.jsx
│ ├─ Components
│ │ ├─ AddCreate
│ │ │ ├─ AddCodes.jsx
│ │ │ ├─ AddFiles.jsx
│ │ │ ├─ AddImages.jsx
│ │ │ ├─ AddLinks.jsx
│ │ │ ├─ AddNotes.jsx
│ │ │ └─ lang.js
│ │ ├─ Header.jsx
│ │ ├─ Layout.jsx
│ │ ├─ Model.jsx
│ │ ├─ ModelComponents
│ │ │ ├─ Add.jsx
│ │ │ └─ CodePopup.jsx
│ │ ├─ Outletcomponents
│ │ │ ├─ Codes.jsx
│ │ │ ├─ Files.jsx
│ │ │ ├─ Images.jsx
│ │ │ ├─ Links.jsx
│ │ │ └─ Notes.jsx
│ │ ├─ Profile.jsx
│ │ ├─ Search.jsx
│ │ └─ SideBar.jsx
│ ├─ appstore
│ │ ├─ reducers
│ │ │ ├─ accesblity.js
│ │ │ └─ userSlice.js
│ │ └─ store.js
│ ├─ assets
│ │ ├─ menu_open.svg
│ │ ├─ react.svg
│ │ └─ sun-svg.svg
│ ├─ firebase
│ │ ├─ authService.js
│ │ ├─ fetchDeleteDataServices.js
│ │ ├─ firebaseConfig.js
│ │ └─ submitServices.js
│ ├─ index.css
│ ├─ main.jsx
│ └─ pages
│ ├─ CodePage.jsx
│ ├─ FilesPage.jsx
│ ├─ Homepage.jsx
│ ├─ ImagePage.jsx
│ ├─ LinkPage.jsx
│ ├─ NotesPage.jsx
│ ├─ SignIn.jsx
│ └─ SignUp.jsx
├─ tailwind.config.js
└─ vite.config.js