A modern engineering calculator web application built with the T3 Stack, providing interactive structural engineering tools for professional engineers and students.
Bolted Connections Calculator
Welded Connections Calculator
Non-Built Up Columns Calculator
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
# Start production server
npm start
src/
├── app/ # Next.js 13 App Router
├── atoms/ # Jotai atoms for state management
├── components/ # Reusable UI components
├── lib/ # Utility functions and schemas
├── providers/ # React context providers
└── styles/ # Global styles
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.