Skip to content

React-tailwind based front-end having rest-api based back-end deployed seperately to build a drugs information system that holds drugs, generics, groups, formulation, strength with actions like add, edit-update, search, delete, paginated-tabular-view on it.

Notifications You must be signed in to change notification settings

masumkhan081/drugs-info-frontend

Repository files navigation

React + TypeScript + Vite

to-do: populate add action to all tbl search and view filter view bottom drugs in stock view (per brand expndable) ans new sale appears different drugs form -> how to add in stock search and show reult as suggesstion add purchase add new sale several dummy account and check protected route

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

React-tailwind based front-end having rest-api based back-end deployed seperately to build a drugs information system that holds drugs, generics, groups, formulation, strength with actions like add, edit-update, search, delete, paginated-tabular-view on it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages