-
- Downloads
Dateien verschoben
Showing
- .gitignore 23 additions, 0 deletions.gitignore
- database/dashboard.sql 2129 additions, 0 deletionsdatabase/dashboard.sql
- package-lock.json 39867 additions, 0 deletionspackage-lock.json
- package.json 40 additions, 0 deletionspackage.json
- public/index.html 46 additions, 0 deletionspublic/index.html
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- publicNotUse/favicon.ico 0 additions, 0 deletionspublicNotUse/favicon.ico
- publicNotUse/logo192.png 0 additions, 0 deletionspublicNotUse/logo192.png
- publicNotUse/logo512.png 0 additions, 0 deletionspublicNotUse/logo512.png
- publicNotUse/manifest.json 25 additions, 0 deletionspublicNotUse/manifest.json
- src/App.jsx 240 additions, 0 deletionssrc/App.jsx
- src/Components/About.jsx 13 additions, 0 deletionssrc/Components/About.jsx
- src/Components/Account.jsx 36 additions, 0 deletionssrc/Components/Account.jsx
- src/Components/App.css 564 additions, 0 deletionssrc/Components/App.css
- src/Components/EventNew.jsx 100 additions, 0 deletionssrc/Components/EventNew.jsx
- src/Components/Events.jsx 209 additions, 0 deletionssrc/Components/Events.jsx
- src/Components/Home.jsx 86 additions, 0 deletionssrc/Components/Home.jsx
- src/Components/Members.jsx 57 additions, 0 deletionssrc/Components/Members.jsx
- src/Components/My.jsx 102 additions, 0 deletionssrc/Components/My.jsx
- src/Components/Navbar.jsx 21 additions, 0 deletionssrc/Components/Navbar.jsx
.gitignore
0 → 100644
database/dashboard.sql
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
package-lock.json
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.
package.json
0 → 100644
{ | ||
"name": "dashboard", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.3.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"axios": "^0.27.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.3.0", | ||
"react-scripts": "^2.1.3", | ||
"web-vitals": "^3.0.1" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
} | ||
} | ||
\ No newline at end of file |
public/index.html
0 → 100644
public/robots.txt
0 → 100644
publicNotUse/favicon.ico
0 → 100644
3.78 KiB
publicNotUse/logo192.png
0 → 100644
5.22 KiB
publicNotUse/logo512.png
0 → 100644
9.44 KiB
publicNotUse/manifest.json
0 → 100644
src/App.jsx
0 → 100644
src/Components/About.jsx
0 → 100644
src/Components/Account.jsx
0 → 100644
src/Components/App.css
0 → 100644
src/Components/EventNew.jsx
0 → 100644
src/Components/Events.jsx
0 → 100644
src/Components/Home.jsx
0 → 100644
src/Components/Members.jsx
0 → 100644
src/Components/My.jsx
0 → 100644
src/Components/Navbar.jsx
0 → 100644