CarePulse is a modern solution for hospital management, designed to streamline appointment scheduling and management for both patients and administrators. With a focus on usability and performance, CarePulse leverages the latest web technologies to deliver a superior user experience.
- Patient Management: Patients can create and manage their appointments with doctors.
- Admin Management: Administrators can accept, reschedule, and cancel appointments.
- Styling: Utilizes Shad CN and Tailwind CSS for modern and responsive UI design.
- Database: Appwrite is used for database management and backend functionalities.
To get started with CarePulse, clone the repository and install the dependencies:
git clone https://github.com/yourusername/carepulse.git
cd carepulse
npm install
To start the development server, use the following command:
Copy code
npm run dev
CarePulse uses a variety of modern web technologies and libraries, including but not limited to:
- Next.js for the React framework.
- React for building user interfaces.
- Tailwind CSS for styling.
- Appwrite for backend and database management.
- Radix UI for accessible UI components.
- React Hook Form for form management.
- Zod for schema validation.
- TypeScript for static type checking.
For a complete list of dependencies, please take a look at the package.json file.