6 Commits

Author SHA1 Message Date
f6959724b0
Add ProfilePage, update RegisterForm and ToastBox components
Added new ProfilePage component with necessary UI layout and buttons. Updated RegisterForm component with form validation using Zod schema and improved error handling. Updated icons in ToastBox component for proper display. Added necessary dependencies for form handling and validation.
2024-05-21 12:28:03 +02:00
db6d838796
Remove toast components and added register form
The toast related components (toast.tsx, toaster.tsx, use-toast.ts) were removed from the code base. On the other hand, the register-form.tsx file was updated with a form for users to create an account. A new file toast-box.tsx was also added to display a custom message box.
2024-05-16 16:31:18 +02:00
43f9d8204c Add registration and login pages
Added new pages for user registration and login. Also implemented registration and login forms. Updated dependencies in package.json and modified layout design in header and theme-selector components.
2024-05-16 08:59:00 +02:00
4559bc1431
Extended README with project details and instructions
An elaborate explanation of the project, development setup, and deployment instructions has been added to the README. This includes details of the technologies utilized, step-by-step instructions for running the development server, and links to useful resources for further readme.
2024-05-15 17:04:03 +02:00
4b7910e7a7
Add generated system configs, theme and page elements
This commit adds the necessary configuration files for the system, including components for the Tailwind CSS and version control. It also includes code for creating a basic user interface with theme and page elements. Additionally, the commit includes new SVG resources for design elements.
2024-05-15 17:03:18 +02:00
1a5ec57c64 Initial commit 2024-05-14 20:12:06 +02:00