A fun, interactive web application that provides users with a playful "handsomeness" evaluation. The app uses a randomized algorithm to analyze fictional facial features and gives users entertaining results with detailed analysis.
Clone the repository:
git clone https://github.com/yourusername/am-i-handsome.git
Move the files to your web server directory (e.g., htdocs for XAMPP)
Access the application via your local server:
http://localhost/am-i-handsome
The application uses JavaScript to generate random scores for:
These scores are then averaged to calculate an overall "handsomeness" score. Results are stored locally in the browser for history tracking.
Note: No real analysis or image processing occurs - this is purely for entertainment!
am-i-handsome/
āāā assets/
ā āāā js/
ā āāā main.js # Core application functionality
āāā style/
ā āāā custom.css # Custom styling
āāā index.php # Main application page
āāā screenshots/ # Project screenshots
āāā README.md # Project documentation
āāā .gitignore # Git ignore configuration
Contributions are welcome! Feel free to fork the repository and submit pull requests.
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)This project is licensed under the MIT License - see the LICENSE file for details.
Made with ā¤ļø using modern web technologies