Commit Graph

4 Commits

Author SHA1 Message Date
7ab62b8d13 Add circle-user-solid.svg icon from Font Awesome 2025-07-21 20:42:11 +02:00
46fa608a47 feat: initialize React client with Vite setup
- Added package.json with dependencies for React, Vite, TypeScript, and ESLint.
- Included Vite logo SVG and React logo SVG in the public and assets directories respectively.
- Created main application component (App.tsx) with basic structure and state management.
- Added global styles in index.css and component-specific styles in App.css.
- Configured TypeScript with tsconfig files for app and node environments.
- Set up Vite configuration for development server with specified host and port.
2025-07-21 15:20:41 +02:00
c4c8db94a6 added more structure to project 2025-07-21 14:51:10 +02:00
22b358f543 added project structure 2025-07-21 13:41:42 +02:00