## Try-One-Answer
Try-one-answer is an interactive web application that allows users to submit two images and corresponding text. After submitting, users can click the "Guess" button to receive a random result that combines one of the submitted images and texts. This fun project aims to engage users in a guessing game that enhances creativity and interaction.
Here are some screenshots of the application:
- Image Upload: Users can upload two images.
- Text Input: Users can enter corresponding text for each image.
- Random Result: Upon clicking the "Guess" button, the app displays a random combination of one image and one text.
- User -Friendly Interface: Simple and intuitive design for easy navigation.
- HTML: For structuring the web pages.
- CSS: For styling the application.
- JavaScript: For handling user interactions and generating random results.
- Upload two images using the provided file input fields.
- Enter corresponding text for each image in the text input fields.
- Click the "Guess" button to receive a random result that displays one of your images along with its associated text.
To run the Make-a-Guess project locally, follow these steps:
- Clone the repository:
git clone https://github.com/dharmendraone/try-one-answer.git
- Navigate to the project directory:
cd try-one-answer
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.