Find out the full price of the product in a matter of seconds! Enter the price and weight, and the app will automatically calculate the total amount. The simple interface, support for different currencies, and payment history will help you manage your finances easily. Start saving today!
- Dynamic Calculations: Real-time updates based on user input.
- Responsive Design: Optimized for desktop and mobile devices.
- Customization Options: Flexible settings for various pricing scenarios.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/tophackr/price-calc.git
-
Navigate to the project directory:
cd price-calc -
Install dependencies using Bun:
bun install
-
Start the development server:
bun dev
The application will be available at http://localhost:5173.
Here are the key scripts available in the project:
bun dev: Starts the development server.bun build: Builds the project for production.bun start: Starts the production server.bun lint: Runs ESLint to check for linting issues.
This project is licensed under the MIT License.
For any questions or issues, feel free to open an issue in the repository.