Skip to content

anglerfishlyy/-Revenue-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revenue Calculator

A React-based revenue calculator application that helps users calculate projected revenue based on current revenue and annual growth rate.

Technologies Used

  • React
  • React Chartjs 2
  • Chart.js
  • Vite
  • npm
  • JavaScript

Features

  • Projected revenue calculation
  • Table display
  • Chart display
  • User-friendly input form
  • Easy-to-use interface

Getting Started

To run the application locally, follow these steps:

Installation

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