# Eritrean Name Analyzer ๐ช๐ท๐ฎ
A fun little **HTML/CSS/JavaScript** project that mixes a **Tic-Tac-Toe mini game** with a playful **Eritrean name โanalysisโ** (meaning + random stats).
Win the game once to unlock the name analyzer.
## โจ Features
- ๐ฎ **Tic-Tac-Toe vs Computer** (medium difficulty AI)
- ๐ **Locked analyzer** until you win once
- ๐ **Name analyzer** with:
- Name meaning (English + Tigrinya when available)
- Random โstatsโ like height, forehead size, patience level ๐
- Random personality/skill badges
- ๐ฑ **Mobile friendly** (responsive layout + touch-friendly buttons)
## ๐ง How it works
1. Play Tic-Tac-Toe (you are **X**).
2. If you win, the analyzer unlocks.
3. Enter a name + select gender and get results.
> Note: This is made for fun/learning. The โstatsโ are random and not real.
## ๐ Run locally
No setup needed.
1. Download / clone the repo
2. Open `index.html` in your browser
- Windows: double click the file
- macOS/Linux: open with any browser
## ๐ Live demo (GitHub Pages)
If you enable GitHub Pages:
1. Go to **Settings โ Pages**
2. Choose **Deploy from branch**
3. Select **main** branch and **/(root)**
4. Save โ your project will get a public URL
Then add your link here:
- **Live Demo:**
philmonlab.github.io
## ๐ Project structure
- `index.html` โ everything (HTML + CSS + JS) in one file
## ๐ ๏ธ Tech stack
- HTML
- CSS
- Vanilla JavaScript
## โ
Ideas to improve
- Add more Eritrean names to the database
- Add difficulty levels for the AI
- Add sound effects + animations
- Save win streak / last results using `localStorage`
- Add a dark mode toggle