A modern web application built with React and Vite that helps users calculate and visualize their investment returns over time.
- Calculate investment returns based on initial investment, time period, and interest rate
- Visual representation of investment growth
- User-friendly interface
- Real-time calculations
- Responsive design
- React 19
- Vite
- Modern JavaScript (ES6+)
- CSS3
- Node.js (Latest LTS version recommended)
- npm or yarn package manager
- Clone the repository:
git clone [your-repository-url]
cd InvestmentCalculator- Install dependencies:
npm install- Start the development server:
npm run devThe application will be available at http://localhost:5173 by default.
To create a production build:
npm run buildTo preview the production build:
npm run previewnpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint for code quality
InvestmentCalculator/
├── src/ # Source files
├── public/ # Static assets
├── index.html # Entry HTML file
├── vite.config.js # Vite configuration
└── package.json # Project dependencies and scripts
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
