Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
168 changes: 158 additions & 10 deletions uniro_frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions uniro_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@react-spring/web": "^9.7.5",
"@tailwindcss/vite": "^4.0.0",
"framer-motion": "^12.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.1.3",
"react-sheet-slide": "^1.5.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions uniro_frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ import "./App.css";
import Demo from "./pages/demo";
import LandingPage from "./pages/landing";
import UniversitySearchPage from "./pages/search";
import NavigationResultPage from "./pages/navigationResult";

function App() {
return (
<Routes>
<Route path="/" element={<Demo />} />
<Route path="/landing" element={<LandingPage />} />
<Route path="/university" element={<UniversitySearchPage />} />
<Route path="/result" element={<NavigationResultPage />} />
</Routes>
);
}
Expand Down
4 changes: 4 additions & 0 deletions uniro_frontend/src/assets/icon/cautionText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions uniro_frontend/src/assets/icon/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions uniro_frontend/src/assets/icon/destination.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions uniro_frontend/src/assets/icon/goBack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions uniro_frontend/src/assets/icon/resultDivider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions uniro_frontend/src/assets/icon/safeText.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions uniro_frontend/src/assets/icon/start.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions uniro_frontend/src/assets/markers/building.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions uniro_frontend/src/assets/markers/caution.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions uniro_frontend/src/assets/markers/danger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading