AutoFileForm

AutoFileForm - College Merchandise Order System

A React-based order form system for college retail stores to create and submit product orders with complex product variations.

Features

Architecture

Development

Documentation Structure

Quick Start

  1. Clone the repository
  2. Install dependencies: npm install
  3. Start development server: npm start
  4. Navigate to http://localhost:3000/#/michiganstate or http://localhost:3000/#/arizonastate

Project Structure

src/
├── components/          # React components
├── constants/           # Configuration and constants
├── hooks/              # Custom React hooks
├── services/           # External service integrations
├── types/              # TypeScript type definitions
├── utils/              # Utility functions
└── styles/             # CSS and styling