An open API service indexing awesome lists of open source software.

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 ⚡️

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.