Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat - add basic UI components and routing functionalities #109

Merged
merged 20 commits into from
Jan 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
368bba9
feat - add basic UI components and routing functionalities
guibranco Jan 4, 2025
5b67b61
feat - add basic UI components and new pages
guibranco Jan 4, 2025
94e941c
feat - add basic UI components and mock data for team
guibranco Jan 4, 2025
4c0a8ad
feat - add basic UI components for team grid display
guibranco Jan 4, 2025
6122883
feat - add basic UI components for match details and list
guibranco Jan 4, 2025
276daf8
feat - add basic UI components and improve MatchDetails display
guibranco Jan 4, 2025
ea574f4
Update src/pages/LeagueDetails.tsx
guibranco Jan 4, 2025
c44be13
feat - add basic UI components and empty state handling
guibranco Jan 4, 2025
be60710
feat - add basic UI components and lint command
guibranco Jan 4, 2025
4aeb72f
Update src/components/MatchList.tsx
guibranco Jan 4, 2025
12e61e4
add loading spinner component for better UI feedback
guibranco Jan 4, 2025
7436996
feat - add basic UI components including loading spinners
guibranco Jan 4, 2025
b75a046
feat - adding basic UI components in LeagueDetails component
guibranco Jan 4, 2025
345d75f
feat - add basic UI components for league details page
guibranco Jan 4, 2025
a971760
feat - add basic UI components and typed interfaces
guibranco Jan 4, 2025
3d053ec
refactor test cases for App component functionality
guibranco Jan 4, 2025
11dcca2
feat - add basic UI components for match details page
guibranco Jan 4, 2025
e1fe3d0
Update src/components/LeagueCarousel.tsx
guibranco Jan 4, 2025
7062c2e
feat - add basic UI components for the league carousel
guibranco Jan 4, 2025
fd078ea
Update src/pages/MatchDetails.tsx
guibranco Jan 4, 2025
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Sports Agenda</title>
</head>
<body>
<div id="root"></div>
Expand Down
209 changes: 206 additions & 3 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.1",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
Expand Down
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion public/react.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

42 changes: 0 additions & 42 deletions src/App.css

This file was deleted.

Loading
Loading