https://github.com/h7ml/retirement-calculator
Created with StackBlitz ⚡️
https://github.com/h7ml/retirement-calculator
Last synced: 2 months ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/h7ml/retirement-calculator
- Owner: h7ml
- License: mit
- Created: 2024-09-14T03:37:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T07:04:15.000Z (9 months ago)
- Last Synced: 2025-02-01T20:27:26.557Z (4 months ago)
- Language: JavaScript
- Homepage: https://stackblitz.com/edit/vitejs-vite-mpt7kv
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retirement Calculator
Visit: [retirement-calculator.h7ml.cn](https://retirement-calculator.h7ml.cn)
## Overview
This Retirement Calculator is a web application built with Vite, React, Ant Design, and Tailwind CSS. It helps users calculate their retirement age and related information based on their birth date and employment type.
## Features
- Calculate retirement age based on birth year and month
- Support for different retirement policies (male, female 50, female 55)
- User-friendly interface with Ant Design components
- Responsive design for both desktop and mobile devices## Installation
1. Clone the repository:
```
git clone https://github.com/h7ml/retirement-calculator.git
cd retirement-calculator
```2. Install dependencies:
```
npm install
```3. Start the development server:
```
npm run dev
```4. Open [http://localhost:5173](http://localhost:5173) in your browser to view the app.
## Usage
1. Enter your birth year and month
2. Select your employment type (male, female 50, or female 55)
3. Click "Calculate" to see your retirement information## Building for Production
To build the app for production, run:
```
npm run build
```The built files will be in the `dist` directory.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.