Skip to content

feat(client): introduce web frontend with shadcn/ui component library#17

Merged
BilalR4M merged 49 commits into
developmentfrom
bilal/ui
Mar 22, 2026
Merged

feat(client): introduce web frontend with shadcn/ui component library#17
BilalR4M merged 49 commits into
developmentfrom
bilal/ui

Conversation

@BilalR4M
Copy link
Copy Markdown
Collaborator

No description provided.

BilalR4M added 30 commits March 22, 2026 18:51
- Add .gitignore for Next.js project
- Add package.json with dependencies
- Add TypeScript configuration (tsconfig.json)
- Add Next.js configuration (next.config.mjs)
- Add PostCSS configuration (postcss.config.mjs)
- Add shadcn/ui components configuration (components.json)
- Add root layout with HTML structure and metadata
- Add home page component for landing page
- Add Tailwind CSS base styles and utilities
- Add CSS variables for theming
- Add global styles for the application
- Add layout component for auth routes
- Configure auth page structure and styling
- Add login form component with email/password fields
- Implement form validation and submission
- Add navigation to registration page
- Add registration form with user details fields
- Implement form validation for password confirmation
- Add navigation to login page
- Add dashboard layout with sidebar navigation
- Add shell component for dashboard structure
- Implement responsive dashboard design
- Add Providers component for app context providers
- Add ThemeProvider for dark/light mode support
- Implement theme switching functionality
- Add admin overview page
- Add equipment management page
- Add sensor management page
- Add agronomist overview page
- Add threshold management page
- Add weather monitoring page
- Add TypeScript API type definitions
- Add API client with base URL configuration
- Add AuthProvider for user authentication state
- Implement login, register, and logout functions
- Add token management and user session handling
- Add cn function for className merging
- Add Tailwind CSS utilities for styling
- Add useApi hook for API calls
- Add useMobile hook for responsive design
- Add useToast hook for toast notifications
@BilalR4M BilalR4M merged commit 4e2252a into development Mar 22, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant