https://github.com/sandeepvashishtha/final-project
This project is a simple web application that takes two numbers as input, calculates their sum, and displays a word from a predefined list based on the sum. If the sum is greater than the length of the list, it displays the message "Aukat se bahar hai bhai".
https://github.com/sandeepvashishtha/final-project
css html javascript project
Last synced: 2 months ago
JSON representation
This project is a simple web application that takes two numbers as input, calculates their sum, and displays a word from a predefined list based on the sum. If the sum is greater than the length of the list, it displays the message "Aukat se bahar hai bhai".
- Host: GitHub
- URL: https://github.com/sandeepvashishtha/final-project
- Owner: SandeepVashishtha
- License: mit
- Created: 2024-04-22T14:57:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T15:35:45.000Z (about 1 year ago)
- Last Synced: 2025-05-14T04:31:57.484Z (2 months ago)
- Topics: css, html, javascript, project
- Language: JavaScript
- Homepage: https://sandeepvashishtha.github.io/Final-Project/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Final Project
## Description
This project is a simple web application that takes two numbers as input, calculates their sum, and displays a word from a predefined list based on the sum. If the sum is greater than the length of the list, it displays the message "Aukat se bahar hai bhai".
## Introduction
This project is a simple HTML/CSS/JavaScript application that allows users to input two numbers, calculates their sum, and then displays a random word based on the calculated sum.
## Features
- Input two numbers and get a random word based on their sum.
- Error message when the sum exceeds the predefined word array.## How to Use
1. Clone the repository:
```bash
git clone https://github.com/SandeepVashishtha/Final-Project.git
```2. Open the `index.html` file in your web browser.
3. Enter two numbers and click on the "Submit" button.
4. The application will display a random word based on the sum of the two numbers.
## Contributing
Contributions are welcome! Please feel free to submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.