Skip to content

DlegendZ/InfraCost

Repository files navigation

InfraCost

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.

Table of Contents

Features

  • 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.

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

  • Node.js (version >= 14.0.0)
  • npm or yarn

Installation

  1. Clone the repo:

    git clone https://github.com/DlegendZ/InfraCost.git
    cd InfraCost
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Run the development server:

    npm run dev
    # or
    yarn dev

    Your application should be running on http://localhost:3000.

Usage

  1. Open your web browser and navigate to http://localhost:3000.
  2. Use the interface to input your infrastructure details and see the cost analysis.
  3. Explore different visualizations available on the dashboard.

Contributing

Contributions are welcome! Please fork the repository and create a pull request for any improvements or bug fixes.

Steps to Contribute:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/<FeatureName>.
  3. Commit your changes: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/<FeatureName>.
  5. Open a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements

About

InfraCost is a modern infrastructure cost analysis and optimization platform built with Next.js and TypeScript. It provides real-time cost calculations, interactive dashboards, and insights for managing cloud infrastructure spending efficiently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors