Skip to content

Citizen-Thayne/good-company-calculator

Repository files navigation

Good Company Production Calculator

Welcome to the Good Company Production Calculator! This web app is designed to help you optimize your production chains and demands in the video game Good Company. Whether you're managing a small startup or a massive industrial empire in the game, this tool will streamline your workflow and maximize efficiency.

🚀 Features (WIP)

  • In-Game Product Input: Easily input the products you're manufacturing in Good Company.
  • Production Chain Calculation: Automatically calculates the production demands and chains required for your products.
  • Efficiency Optimization: Get insights into how to improve your production lines and meet your goals faster.

🛠️ Built With

  • Next.js: A powerful React framework for building scalable web applications.
  • shadcn/ui: A modern UI toolkit for React, providing reusable components with minimal effort.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.

🌟 How to Use

Web

Check it out here

Run it yourself

  1. Clone the Repository:

    git clone https://github.com/Citizen-Thayne/good-company-calculator.git
    cd good-company-calculator
  2. Install Dependencies:

    bun install
  3. Run the Development Server:

    bun run dev

    Visit http://localhost:3000 to view the app in your browser.

  4. Start Calculating:

    • Input the products you're manufacturing in the game.
    • The app will calculate the necessary production chains and display them in an easy-to-understand format.

🤝 Contributing

Contributions are welcome! If you have suggestions or find a bug, please open an issue or submit a pull request.