Skip to content

A Web Application which store the codes,files,notes,links,images, since it is on the web hence called as "WebDrive"

Notifications You must be signed in to change notification settings

Ajay9330/webdrive

Repository files navigation

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

About

A Web Application which store the codes,files,notes,links,images, since it is on the web hence called as "WebDrive"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages