A React application that calculates the pension projection based on user inputs. It uses Tailwind CSS for styling and provides an interactive form to enter details like current age, salary, annual bonus, pension pot, and more.
- Pension Projection Calculation: Calculates future pension based on current age, salary, bonuses, contributions, and more.
- Local Storage: Remembers your input between sessions.
- Responsive Design: Styled with Tailwind CSS for a clean, responsive layout.
Before installing, ensure you have Node.js installed.
-
Clone the repository:
git clone https://yourrepository/uk-pension-projection-calculator.git cd uk-pension-projection-calculator
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 to view it in the browser.
Fill in the form fields with your current financial details and future expectations. The app calculates the pension projection based on the input provided. You can clear the data to reset the form or revisit later to adjust and recalculate as needed.
- PensionProjectionCalculator: The main component that orchestrates the form and results.
- CalculatorForm: Manages and collects user input.
- ResultsTable: Displays the calculated pension projection results.
Distributed under the MIT License. See LICENSE for more information.