-
- Downloads
Ajout des listes (stages, entreprises, étudiants, candidatures, superviseurs)...
Ajout des listes (stages, entreprises, étudiants, candidatures, superviseurs) avec fetch et routes React
parents
No related branches found
No related tags found
Showing
- .gitignore 23 additions, 0 deletions.gitignore
- README.md 70 additions, 0 deletionsREADME.md
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 42 additions, 0 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.html 43 additions, 0 deletionspublic/index.html
- public/logo192.png 0 additions, 0 deletionspublic/logo192.png
- public/logo512.png 0 additions, 0 deletionspublic/logo512.png
- public/manifest.json 25 additions, 0 deletionspublic/manifest.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- src/App.css 38 additions, 0 deletionssrc/App.css
- src/App.js 25 additions, 0 deletionssrc/App.js
- src/App.test.js 8 additions, 0 deletionssrc/App.test.js
- src/components/CandidacyList.jsx 40 additions, 0 deletionssrc/components/CandidacyList.jsx
- src/components/EnterpriseList.jsx 38 additions, 0 deletionssrc/components/EnterpriseList.jsx
- src/components/Navbar.js 47 additions, 0 deletionssrc/components/Navbar.js
- src/components/StageList.jsx 39 additions, 0 deletionssrc/components/StageList.jsx
- src/components/StudentList.jsx 38 additions, 0 deletionssrc/components/StudentList.jsx
- src/components/UnivSupervisorList.jsx 38 additions, 0 deletionssrc/components/UnivSupervisorList.jsx
- src/index.css 13 additions, 0 deletionssrc/index.css
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "gestion-stages-front", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/dom": "^10.4.0", | ||
"@testing-library/jest-dom": "^6.6.3", | ||
"@testing-library/react": "^16.2.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"axios": "^1.8.1", | ||
"bootstrap": "^5.3.3", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react-router-dom": "^7.2.0", | ||
"react-scripts": "5.0.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
"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" | ||
] | ||
} | ||
} |
public/favicon.ico
0 → 100644
3.78 KiB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KiB
public/logo512.png
0 → 100644
9.44 KiB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/components/CandidacyList.jsx
0 → 100644
src/components/EnterpriseList.jsx
0 → 100644
src/components/Navbar.js
0 → 100644
src/components/StageList.jsx
0 → 100644
src/components/StudentList.jsx
0 → 100644
src/components/UnivSupervisorList.jsx
0 → 100644
src/index.css
0 → 100644