Skip to content
/ medtech Public

Interactive Dashboard built with React and TailwindCSS. Read the docs below:

License

Notifications You must be signed in to change notification settings

kalmix/medtech

Repository files navigation

Medtech

React Vite License Node npm

Medtech is a responsive, modern web dashboard built with React and Vite.

Screenshot

📂 Folder Structure

The project follows a modular structure for scalability and maintainability.

/medtech
├── src/
│   ├── commons/
│   ├── components/
│   ├── css/
│   ├── fonts/
│   ├── images/
│   ├── js/
│   ├── layout/
│   ├── lib/
│   ├── pages/
│   ├── App.tsx
│   └── main.tsx
├── .gitignore
├── index.html
├── package.json
├── README.md
└── vite.config.js

⚙️ Prerequisites

Ensure you have the following installed:

🚀 Getting Started

Install the project dependencies:

npm install

📜 Available Commands

Start Development Server

npm run dev

Build for Production

npm run build

Preview Production Build

npm run preview

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.