A React-based revenue calculator application that helps users calculate projected revenue based on current revenue and annual growth rate.
- React
- React Chartjs 2
- Chart.js
- Vite
- npm
- JavaScript
- Projected revenue calculation
- Table display
- Chart display
- User-friendly input form
- Easy-to-use interface
To run the application locally, follow these steps:
1.Clone the repository:
git clone https://github.com/anglerfishlyy/revenue-calculator.git
2.Navigate to the project directory:
cd revenue-calculator
3.Install dependencies:
npm install
4.Running the Application Start the development server:
npm run dev
5.Open your web browser and navigate to http://localhost:3000