A React-based web application for calculating the theoretical pull force of neodymium magnets based on grade, size, and configuration.
- Support for multiple neodymium grades (N35-N52)
- Cylinder/disc and block magnet shapes
- Magnet-to-steel and magnet-to-magnet configurations
- Air gap calculations
- Results in kg, N, and lbs
- Responsive design
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/Soygen/magforce.git cd magforce - npm install
- npm start
- Open http://localhost:3000
- npm run build (The build folder will contain static files ready for deployment.)
