An interactive web tool for exploring and understanding different aspects of gender expression. This project provides a visual interface for examining various traits traditionally associated with different gender expressions.
- Interactive trait selection system
- Real-time progress tracking
- Comprehensive gender expression analysis
- Mobile-responsive design
- Dark mode interface
- Four selection options for each trait:
- Masculine (Blue)
- Feminine (Pink)
- Both (Grey)
- Either (White)
- Dynamic progress bar showing selection distribution
- Detailed percentage breakdown of selections
- Gender expression analysis with primary and secondary expressions
- Category filtering system
- Adapts to different screen sizes
- Optimized mobile view with hidden category columns
- Sticky headers for better navigation
- Accessible on all devices
├── index.html
├── styles.css
├── script.js
├── data.json
└── README.md
- HTML5
- CSS3
- Vanilla JavaScript
- JSON for data storage
The application includes debug functions accessible through the browser console:
male100() // Sets all selections to masculine
fem100() // Sets all selections to feminine
random() // Randomizes all selections-
Clone the repository:
git clone [repository-url]
-
Configure GitHub Pages:
- Go to repository settings
- Navigate to "Pages" section
- Select your main branch as source
- Save to enable GitHub Pages
-
The site will be available at:
https://[username].github.io/[repository-name]/
The application uses a JSON data structure with the following format:
{
"categories": [
{
"name": "Category Name",
"subcategories": [
{
"name": "Subcategory Name",
"traits": [
{
"masculine": "Masculine trait description",
"feminine": "Feminine trait description"
}
]
}
]
}
]
}This tool is for exploratory and educational purposes only. It is not:
- A diagnostic tool
- Scientifically validated
- Medically accurate
- A substitute for professional advice
If you are questioning your gender identity, please:
- Consult with healthcare professionals
- Seek support from licensed gender therapists
- Access official resources and documentation
- Remember that your journey is personal and valid
To contribute to this project:
- Fork the repository
- Create a new branch
- Make your changes
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors and researchers in gender studies
- Special thanks to the LGBTQ+ community for their insights and feedback
- Appreciation to all users who help improve this tool
For questions, issues, or suggestions:
- Submit an issue through GitHub
- Fork the repository and submit a pull request
- Contact the maintainers directly through GitHub
Note: This project is continuously evolving. Check back for updates and new features.