This project is a web application developed with React and Vite that allows for calculating product prices considering various factors such as cost, expense, sale percentage, and profit margin.
- Product price calculation based on costs and margins.
- User-friendly interface for entering necessary data for the calculation.
- Real-time calculation result visualization.
- React
- Vite
- Styled Components for styling
- React Router for navigation
To install and run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/DDansAbelenda/price-calculator.git
- Install the dependencies:
npm install
- Run the project in development mode:
npm run dev
Visit http://localhost:3000 in your browser to view the application.
If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/newFeature
). - Make your changes and commit them (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/newFeature
). - Open a Pull Request.