An open API service indexing awesome lists of open source software.

https://github.com/ismail-dev-code/doctalk


https://github.com/ismail-dev-code/doctalk

Last synced: 7 months ago
JSON representation

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