This is a react project for a pharmacy checkout ui
The application is structured by features, each feature having its own directory that contains the React components, actions, and reducers related to that feature.
/inventory
: Inventory page, it shows the list of items/orders
: Orders page, it shows the list of orders/customers
: Customers page, it shows the list of customers/login
: Login page
This project uses the following libraries:
react-router for handling routing and navigation. redux or mobx for managing the state of the application.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify