Frontend for the Girit RPA automation platform, providing a user-friendly interface to manage robotic process automation workflows efficiently.
A modern web application for healthcare appointment scheduling and patient management built with Next.js and TypeScript.
├── app/
│ ├── actions/ # Server actions and API handlers
│ ├── constants/ # Application constants
│ ├── hooks/ # Custom React hooks
│ ├── schema/ # Data validation schemas
│ ├── types/ # TypeScript type definitions
│ ├── globals.css # Global styles
│ ├── layout.tsx # Root layout component
│ └── page.tsx # Main page component
│
├── components/
│ ├── ui/ # Reusable UI components
│ ├── header.tsx # Navigation header
│ ├── hero-section.tsx # Landing page hero
│ ├── about.tsx # About section
│ ├── contact.tsx # Contact form
│ ├── appointment-calendar.tsx # Appointment scheduling
│ ├── testimonial.tsx # User testimonials
│ └── footer.tsx # Site footer
npm install
npm run dev
The project follows a component-based architecture with clear separation of concerns:
app/
directory contains the main application logic and routingcomponents/
directory houses reusable UI componentsactions/
directoryI have decided to use CodeRabbit to review the merge requests to give a shot to the new AI tools
MIT