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!
Price Calc is a web application designed to help users calculate product pricing efficiently. Built with Next.js and Tailwind CSS, it streamlines the process of generating price estimates and managing cost breakdowns.
- 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.
This project uses the following technologies:
- Framework: Next.js
- Styling: Tailwind CSS | Telegram UI
- Language: TypeScript
- Package Manager: Bun
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:3000
.
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.
price-calc/
βββ src/ # Source code
βββ public/ # Public assets
βββ tsconfig.json # TypeScript configuration
βββ next.config.ts # Next.js configuration
βββ tailwind.config.ts # Tailwind CSS configuration
βββ package.json # Project dependencies and scripts
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add feature-name'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License.
For any questions or issues, feel free to open an issue in the repository.