Commit Graph

3 Commits

Author SHA1 Message Date
5c54c73a56 🎨 style(index.html): update meta description and title for better SEO and user experience
🔧 refactor(App.js): introduce MUI theme for dark mode and improve code readability
🔧 refactor(ConsoleCard.js): remove image and center text for better UI
🔧 refactor(ConsoleList.js): use MUI Box for better layout and code readability
🔧 refactor(GameCard.js): remove unused code and center text for better UI
🔧 refactor(GameList.js): add search and pagination functionality for better UX
🔧 refactor(GamePlayer.js): improve game loading logic and code readability
🔧 refactor(Topbar.js): add navigation to home on title click for better UX
🔧 refactor(ConsolePage.jsx, GamePage.jsx, HomePage.jsx): add Topbar for consistent navigation across pages
2024-03-26 13:45:54 +01:00
1dcc6f00f5 🔧 refactor(App.js): remove boilerplate code and add new components for game console
🔧 refactor(index.css): change background color to improve UI
🔧 refactor(server.ts): change port variable case and add support for environment variable
🔧 refactor(package.json): add new dependencies for the project
🔧 refactor(.env): add new environment variable for API URL
🔧 refactor(App.js): add new components and states for game console
🔧 refactor(ConsoleCard.js): add new component for displaying game console
🔧 refactor(ConsoleList.js): add new component for listing game consoles
🔧 refactor(GameCard.js): add new component for displaying game
🔧 refactor(GameList.js): add new component for listing games
🔧 refactor(GamePlayer.js): add new component for game player
🔧 refactor(Topbar.js): add new component for topbar
🔧 refactor(ConsolePage.jsx): add new page for console
🔧 refactor(GamePage.jsx): add new page for game
🔧 refactor(HomePage.jsx): add new page for home
🔧 refactor(router.js): add new router for navigation
🔧 refactor(routes.js): add new routes for navigation
🔧 refactor(placeholder.jpg): add new placeholder image for game console and game
2024-03-25 14:32:09 +01:00
be7b8bea37 Initialize project using Create React App 2023-07-17 13:41:40 +02:00