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

https://github.com/gilles-mastropasqua/predict-eyes-color

Predict Eyes is an interactive online tool that uses principles of genetics to estimate the probability that a child will have brow, hazel, green, gray, amber or blue eyes.
https://github.com/gilles-mastropasqua/predict-eyes-color

color-calculation eye-color genetic-algorithm genetic-analysis

Last synced: 7 months ago
JSON representation

Predict Eyes is an interactive online tool that uses principles of genetics to estimate the probability that a child will have brow, hazel, green, gray, amber or blue eyes.

Awesome Lists containing this project

README

          

# 👁️ Predict Eyes – Translation Files

Welcome to the official translation repository for [Predict Eyes](https://www.predict-eyes.com) — a fun and educational web app that predicts the most likely eye color of a future baby based on the eye colors of the parents and grandparents.

## 🧬 What is Predict Eyes?

**Predict Eyes** is an interactive online tool that uses principles of genetics to estimate the probability that a child will have brow, hazel, green, gray, amber or blue eyes.

### How it works:

- Users input the **eye color of each parent**.
- Optionally, they can add the **eye color of each grandparent**.
- The app calculates the **probability distribution** of the child's future eye color using inheritance models.
- The results are presented with both **percentages** and a **visual summary**.

> Predict Eyes is designed for educational and entertainment purposes and does not offer medical or genetic advice.

## 🌍 About this repository

This repository contains the **translation files** for Predict Eyes. The goal is to make the app accessible to more people by translating it into various languages.

All translation files are stored as **JSON files**, one per language, located in the `messages/` directory.

## 🛠️ How to contribute

1. **Fork** this repository
2. Navigate to the `messages/` folder
3. Create a new file named with the ISO 639-1 language code (e.g. `tr.json` for Turkish)
4. Copy the structure from `en.json` and translate only the **values** (the right-hand side of each key)
5. Submit a **pull request**

### Guidelines:

- Do not change the keys.
- Use clear and culturally appropriate language.
- Keep it friendly and easy to understand.

## 📁 Folder structure

```
messages/
├── de.json # German
├── en.json # English
├── es.json # Spanish
├── fr.json # French
├── pt.json # Portuguese
└── ... # Add your language here
```

## 📰 Live app

You can see the app in action here: [www.predict-eyes.com](https://www.predict-eyes.com)

## 📄 License

This project is licensed under the **MIT License**. Feel free to use, modify, and share it.

---

Thank you for helping make Predict Eyes available to more people around the world! 🌏

*Created and maintained by [Gilles Mastropasqua](https://github.com/gilles-mastropasqua)*