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

https://github.com/citizen-thayne/good-company-calculator

WIP Helper app for the game Good Company
https://github.com/citizen-thayne/good-company-calculator

game-tools nextjs shadcn-ui tailwindcss typescript

Last synced: 8 months ago
JSON representation

WIP Helper app for the game Good Company

Awesome Lists containing this project

README

          

# 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](https://nextjs.org/)**: A powerful React framework for building scalable web applications.
- **[shadcn/ui](https://shadcn.dev/)**: A modern UI toolkit for React, providing reusable components with minimal effort.
- **[Tailwind CSS](https://tailwindcss.com/)**: A utility-first CSS framework for rapid UI development.

## 🌟 How to Use

### Web

Check it out [here](https://good-company-calculator-1zlc.vercel.app/)

### Run it yourself

1. **Clone the Repository**:

```bash
git clone https://github.com/Citizen-Thayne/good-company-calculator.git
cd good-company-calculator
```

2. **Install Dependencies**:

```bash
bun install
```

3. **Run the Development Server**:

```bash
bun run dev
```

Visit [http://localhost:3000](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.