AV-Stat-Calc

Anime Vanguards Stat Calculator

A modern, interactive web application for calculating unit statistics in Anime Vanguards. Built with React and featuring a beautiful gaming-inspired UI.

Features

Live Demo

Visit the live application: https://KennelyRay.github.io/AV-Stat-Calc

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/KennelyRay/AV-Stat-Calc.git
    cd AV-Stat-Calc
    
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm start
    

The app will open at http://localhost:3000.

Deployment to GitHub Pages

  1. Install gh-pages dependency (already included):
    npm install --save-dev gh-pages
    
  2. Update the homepage in package.json with your repository URL

  3. Deploy:
    npm run deploy
    

Admin Panel

Access the admin panel to manage units:

Features:

Project Structure

src/
├── components/         # Reusable UI components
├── contexts/          # React context providers
├── pages/             # Main application pages
├── index.css          # Global styles and animations
└── App.js             # Main application component

Technologies Used

Contributing

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/new-feature
  3. Commit changes: git commit -am 'Add new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments