Skip to content

Latest commit

 

History

History

README.md

Mass Calculator

A desktop application for calculating mass-spring system properties, built with Electron.js.

🌟 Features

  • Mass-Spring Calculations

    • Spring constant calculations
    • Mass calculations
    • Period calculations
    • Energy calculations
  • User Interface

    • Clean, modern design
    • Real-time calculations
    • Input validation
    • Results visualization
  • Desktop Features

    • Native desktop application
    • System tray integration
    • Auto-updates
    • Cross-platform support

🛠️ Technologies

  • Framework: Electron.js
  • Frontend: HTML5, CSS3, JavaScript
  • Styling: Custom CSS
  • Build: Electron Builder

🚀 Getting Started

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Start the application:
    npm start

💡 Usage

  • Enter mass and spring constant values
  • View calculated results
  • Save calculations
  • Export results

🎨 Design

  • Clean, modern interface
  • Responsive layout
  • Dark theme support
  • Intuitive controls

🔧 Development

The project is structured into:

  • main.js: Electron main process
  • index.html: Main window HTML
  • styles.css: Application styles
  • renderer.js: UI logic and calculations

📝 License

MIT License - Feel free to use and modify for your own projects!