Skip to content

A React/TypeScript application for managing and displaying medicine data.

Notifications You must be signed in to change notification settings

Naveenp7/Medicine-Ai

Repository files navigation

Medicine Data Project

A React/TypeScript application for managing and displaying medicine data.

Features

  • React-based user interface
  • TypeScript for type safety
  • Tailwind CSS for styling
  • Webpack for bundling
  • Medicine data management and display

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone <your-repository-url>
cd test-med
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Project Structure

  • src/ - Source code directory
  • public/ - Public assets
  • medReact.tsx - Main React component
  • processed_medicine_data.json - Large medicine dataset (excluded from git)

Data Files

The project uses a large medicine dataset (processed_medicine_data.json - 150MB) which is excluded from version control due to its size. You'll need to obtain this file separately or generate it from your data source.

Available Scripts

  • npm start - Start development server
  • npm run build - Build for production
  • npm test - Run tests (if configured)

Technologies Used

  • React
  • TypeScript
  • Tailwind CSS
  • Webpack
  • PostCSS

License

[Add your license here]

About

A React/TypeScript application for managing and displaying medicine data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published