This is a Next.js application that provides various tools and calculators for the game Rust. It includes features like an excavator yield calculator, a recycle yield calculator, a raid calculator, and server statistics powered by BattleMetrics.
- Excavator Yield Calculator: Calculate the potential yield from excavating resources based on various factors.
- Recycle Yield Calculator: Estimate the yield from recycling items and components.
- Rust Raid Calculator: Plan and calculate the resources needed for raiding bases in Rust.
- BattleMetrics Server Statistics: View real-time statistics and information about Rust servers powered by BattleMetrics.
Follow these steps to get the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/fogracvxy/rust-raid-calculator.git
- Navigate to the project directory:
cd rust-raid-calculator
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the application.
- Next.js: React framework for server-side rendering and static site generation.
- React: JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling.
- BattleMetrics API: API for retrieving Rust server statistics and data.
Contributions are welcome! If you find any issues or want to add new features, feel free to open a pull request or submit an issue on the GitHub repository.
This project is licensed under the MIT License.
- Rust: The game that inspired this project.
- BattleMetrics: Provider of the server statistics API.