Skip to content

BHUVANESWAR-G/javascript_project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


πŸ”’ Simple Addition Web App (JavaScript DOM)

πŸ“Œ Project Overview

This is a basic web application that performs addition of two numbers using HTML + JavaScript (DOM manipulation). It takes user input, processes it, and displays the result instantly.


πŸš€ Features

  • User-friendly input fields
  • Real-time addition using JavaScript
  • DOM manipulation for dynamic output
  • Simple and beginner-friendly project

πŸ› οΈ Technologies Used

  • HTML
  • JavaScript (DOM)

πŸ“‚ Project Structure

πŸ“ Project Folder
 └── index.html

πŸ“Έ How It Works

  1. Enter two numbers in the input fields
  2. Click the Add button
  3. The result will be displayed instantly

πŸ’» Code Explanation

  • Uses getElementById() to access input fields
  • Converts input values to numbers using Number()
  • Performs addition
  • Displays result in output field

▢️ How to Run

  1. Download or clone the repository
  2. Open index.html in any browser
  3. Start using the app

🎯 Use Case

  • Beginner JavaScript practice
  • Understanding DOM manipulation
  • Learning event handling

πŸ“ˆ Future Improvements

  • Add subtraction, multiplication, division
  • Improve UI with CSS
  • Add input validation
  • Convert into a calculator app

About

Simple JavaScript DOM project to add two numbers dynamically using user input.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages