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
- Host: GitHub
- URL: https://github.com/citizen-thayne/good-company-calculator
- Owner: Citizen-Thayne
- Created: 2024-07-27T01:53:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T02:18:09.000Z (about 1 year ago)
- Last Synced: 2025-01-10T14:03:46.904Z (10 months ago)
- Topics: game-tools, nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 323 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.