InfraCost is an infrastructure cost analysis application built with Next.js and TypeScript. This project aims to help users analyze and visualize costs associated with cloud infrastructure, enabling more informed decision-making regarding resource management and budgeting.
- Cost Analysis: Analyze costs associated with various cloud providers.
- Visualizations: Interactive charts and graphs to visualize cost data.
- Multi-Cloud Support: Supports multiple cloud platforms such as AWS, Azure, and Google Cloud.
- TypeScript Support: Built with TypeScript for better maintainability and type safety.
- Next.js Advantages: Server-side rendering, static site generation for improved performance.
Follow these instructions to set up the project locally.
- Node.js (version >= 14.0.0)
- npm or yarn
-
Clone the repo:
git clone https://github.com/DlegendZ/InfraCost.git cd InfraCost -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm run dev # or yarn devYour application should be running on http://localhost:3000.
- Open your web browser and navigate to http://localhost:3000.
- Use the interface to input your infrastructure details and see the cost analysis.
- Explore different visualizations available on the dashboard.
Contributions are welcome! Please fork the repository and create a pull request for any improvements or bug fixes.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/<FeatureName>. - Commit your changes:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature/<FeatureName>. - Open a pull request.
Distributed under the MIT License. See LICENSE for more information.
- Next.js
- TypeScript
- React
- Inspiring resources and libraries that contribute to this project.