An open API service indexing awesome lists of open source software.

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".

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.