The Optical Store Management System simplifies the management of optical stores by providing a user-friendly interface for handling various store operations. It is built using modern web technologies.
- Inventory management
- Sales tracking
- Customer management
- Report generation
- Payment processing using PayPal integration
- Google Maps integration for store locations
- JavaScript: Main programming language
- React: Frontend library
- Bootstrap: For responsive design
- Axios: For HTTP requests
- PayPal SDK: For the payment processing
- Google Maps API: For map integration
- JSPDF: For generating PDF reports
- Clone the repository:
git clone https://github.com/kojithan-y/Optical-Store-Management-System.git- Navigate to the project directory:
cd Optical-Store-Management-System/ICare/frontend- Install the dependencies:
npm installTo start the development server, run:
npm startOpen http://localhost:3000 to view it in your browser.
npm start: Runs the app in development modenpm test: Launches the test runner in interactive watch modenpm run build: Builds the app for productionnpm run eject: Ejects the app, providing full control over the configuration