A React/TypeScript application for managing and displaying medicine data.
- React-based user interface
- TypeScript for type safety
- Tailwind CSS for styling
- Webpack for bundling
- Medicine data management and display
- Node.js (version 14 or higher)
- npm or yarn
- Clone the repository:
git clone <your-repository-url>
cd test-med- Install dependencies:
npm install- Start the development server:
npm startsrc/- Source code directorypublic/- Public assetsmedReact.tsx- Main React componentprocessed_medicine_data.json- Large medicine dataset (excluded from git)
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.
npm start- Start development servernpm run build- Build for productionnpm test- Run tests (if configured)
- React
- TypeScript
- Tailwind CSS
- Webpack
- PostCSS
[Add your license here]