Giter Site home page Giter Site logo

management-system's Introduction

Doctor's Office Management System

Welcome to the Doctor's Office Management System! This web application allows doctors to manage appointments, patient records, and medical history.

Table of Contents

  1. Technologies Used
  2. Features
  3. Installation
  4. Usage
  5. Folder Structure

Technologies Used

  • TypeScript (TS): Provides static typing for enhanced code quality and maintainability.
  • React: A JavaScript library for building user interfaces.
  • Shadcn/ui: A component library for building responsive and modern user interfaces.
  • react-query: For data fetching and state management.
  • firebase: Backend services for authentication and database.
  • react-router-dom: A routing library for React applications.
  • react-hook-form: A library for handling form state and validation.
  • zod: A TypeScript-first schema declaration and validation library.
  • tailwind: A utility-first CSS framework for styling.
  • @tanstack/react-table: A powerful table library for React.

Features

  • Patient Management: Keep track of patient records, including personal information, medical history, and appointments.
  • Appointment Scheduling: Schedule, reschedule, and cancel patient appointments with ease.
  • Chat: Keep track of messages with patients.
  • User Authentication: Secure login and user management.
  • Responsive Design: Accessible on both desktop and mobile devices.

Installation

To get started with the Doctor's Office Management System, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Adem044/management-system.git
  2. Navigate to the project directory:

    cd management-system
  3. Install the dependencies:

    pnpm install
  4. Start the development server:

    pnpm dev

The application should now be running on http://localhost:5173.

Usage

  • Login: Use your credentials to log in to the system.
  • Dashboard: View a summary of your schedule, patients, and tasks.
  • Patients: Manage patient records.
  • Appointments: View and manage appointments.

Folder Structure

doctor-office-management/
├── public/
├── src/
│   ├── components/
│   ├── pages/
│   ├── lib/
│   ├── constants.tsx
│   ├── App.tsx
│   ├── main.tsx
│   └── index.css
├── package.json
├── components.json
├── tailwind.config.js
├── vite.config.js
├── .prettierrc.json
├── .commitlintrc.json
├── .eslintrc.cjs
├── .index.html
└── tsconfig.json
  • public/: Contains public assets like images and the HTML template.
  • src/: Contains the source code for the application.
    • components/: Reusable UI components.
    • pages/: Individual page components.
    • lib/: Utility functions and constants.
  • App.tsx: The root component of the application.
  • main.tsx: The entry point for the React application.

management-system's People

Contributors

adem044 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.