This application is a mech builder tool for Armored Core 6, enabling players to customize their mechs with various parts while adhering to constraints such as weight, arm weight, and energy load. It's built using React and Tailwind CSS for a responsive and interactive user experience.
- Part Selection: Choose from a wide range of parts to assemble your mech.
- Load Calculations: Automatically calculates total load, arm load, and energy load to ensure the mech can deploy.
- Overload Indicators: Parts that would cause an overload are indicated with special icons.
- Responsive Design: Crafted to provide an optimal viewing experience across a wide range of devices.
To get a local copy up and running, follow these simple steps.
- npm
npm install npm@latest -g
Clone the repo
git clone https://github.com/your_username_/ac-calculator.gitInstall NPM packages
npm installTo start the application locally:
npm startThe app is set up to be easily deployed on platforms like GitHub Pages. To deploy your app, run:
npm run deployContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
email - nicholas.pecanha79@gmail.com
Project Link: https://github.com/your_username_/ac-calculator