Skip to content

Addify is a simple web app to calculate the sum of two numbers using JavaScript.

Notifications You must be signed in to change notification settings

premkrrajbhar/Addify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Addify

Addify is a simple yet elegant web application that calculates the sum of two numbers. The app is designed with a clean user interface and features a responsive layout for an optimal user experience.

🎨 Demo Screenshot

Screenshot of Project

🔗 Live Demo

Check out the app live here: Addify

📋 Features

  • Real-Time Calculation: Instantly calculates the sum of two numbers upon clicking the "Calculate Sum" button.
  • Input Validation: Ensures that both fields are filled before performing the calculation. Display a popup message to user if inputs are missing.
  • Reset Functionality: Clears all input fields and hides the result to start fresh.
  • Responsive Design: Optimized for different screen sizes to provide a seamless experience on desktops, tablets, and mobile devices.
  • Clean User Interface: Features a visually appealing design with a centered layout, modern buttons, and intuitive input fields.

🛠️ Technologies Used

  • HTML: Provides the structure for the app.
  • CSS: Adds styling to enhance the visual appeal and create a responsive layout.
  • JavaScript: Implements the functionality for calculating the sum, input validation, and resetting the form.

💻 How to Use

  1. Enter Numbers: Input two numbers in the fields labeled "Enter First Number" and "Enter Second Number."
  2. Calculate Sum: Click the "Calculate Sum" button to display the sum of the two numbers.
  3. Reset Fields: Click the "Reset" button to clear the input fields and hide the result.

📂 Project Structure

├── README.md
├── assets/
│   ├── favicon/
│   │   └── addify-favicon.png
│   └── screenshot/
│       └── screenshot.jpg
├── css/
│   └── style.css
├── index.html
└── script/
    └── script.js

📥 How to Run Locally

  • Step 1: Clone the repository:
   git clone https://github.com/premkrrajbhar/Addify.git
  • Step 2: Navigate to the project folder:
   cd Addify
  • Step 3: Open the index.html file in your web browser to start using the app.

🤝 Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.

📞 Contact

For any questions or comments, please reach out to:

About

Addify is a simple web app to calculate the sum of two numbers using JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published