https://github.com/ismail-dev-code/doctalk
https://github.com/ismail-dev-code/doctalk
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismail-dev-code/doctalk
- Owner: ismail-dev-code
- Created: 2025-06-03T05:12:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T05:59:22.000Z (9 months ago)
- Last Synced: 2025-06-03T18:31:42.623Z (9 months ago)
- Language: JavaScript
- Homepage: https://doc-talk-ismail.netlify.app
- Size: 510 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🩺 DocTalk Project
[Live Demo](https://doc-talk-ismail.netlify.app/)
**DocTalk** is a modern web application built with **React 19**, **Vite**, **Tailwind CSS**, and several powerful libraries for charting, routing, and UI. This project aims to provide a responsive and interactive user experience, possibly for healthcare, dashboard, or communication-related platforms.
## 🚀 Features
- ⚛️ React 19 with Hooks
- 🌐 React Router v7
- 📊 Recharts for data visualization
- 🔔 React Toastify for notifications
- ⏱️ React CountUp for animated counters
- 🎨 Tailwind CSS with DaisyUI components
- 📦 Optimized build with Vite
- ✅ ESLint for code quality
## 📁 Project Structure
- doctalk-project/
- public/
- src/
- components/
- pages/
- routes/
- assets/
- main.jsx
- .eslintrc.js
- tailwind.config.js
- vite.config.js
- package.json
## 📦 Installation
```bash
# Clone the repository
git clone https://github.com/ismail-dev-code/doctalk-project.git
# Navigate into the project directory
cd doctalk-project
# Install dependencies
npm install