{"id":49732949,"url":"https://github.com/ccnixx/fun-alphabet-reader","last_synced_at":"2026-05-09T07:01:40.280Z","repository":{"id":274244513,"uuid":"922332999","full_name":"ccnixx/fun-alphabet-reader","owner":"ccnixx","description":"A fun and interactive alphabet learning app powered by the Speech Synthesis API. Learn letters and words through audio and sleek modern design.","archived":false,"fork":false,"pushed_at":"2025-01-25T23:39:56.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-26T10:05:32.344Z","etag":null,"topics":["alphabet","fun-education","interactive-learning","learning","scss","speech-synthesis","tailwindcss","text-to-speech","typescript","vite","web-app"],"latest_commit_sha":null,"homepage":"https://funabc.nixx.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccnixx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-25T23:09:20.000Z","updated_at":"2025-01-26T07:44:40.000Z","dependencies_parsed_at":"2025-01-26T00:39:37.951Z","dependency_job_id":null,"html_url":"https://github.com/ccnixx/fun-alphabet-reader","commit_stats":null,"previous_names":["justnixx/fun-alphabet-reader","ccnixx/fun-alphabet-reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ccnixx/fun-alphabet-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnixx%2Ffun-alphabet-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnixx%2Ffun-alphabet-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnixx%2Ffun-alphabet-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnixx%2Ffun-alphabet-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccnixx","download_url":"https://codeload.github.com/ccnixx/fun-alphabet-reader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccnixx%2Ffun-alphabet-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32810381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alphabet","fun-education","interactive-learning","learning","scss","speech-synthesis","tailwindcss","text-to-speech","typescript","vite","web-app"],"created_at":"2026-05-09T07:01:16.114Z","updated_at":"2026-05-09T07:01:40.268Z","avatar_url":"https://github.com/ccnixx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fun Alphabet Reader\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)  \n[![Vite](https://img.shields.io/badge/Built%20with-Vite-blue)](https://vitejs.dev/)  \n[![TailwindCSS](https://img.shields.io/badge/Styled%20with-TailwindCSS-06B6D4)](https://tailwindcss.com/)  \n[![TypeScript](https://img.shields.io/badge/Code-TypeScript-3178C6)](https://www.typescriptlang.org/)\n\nAn engaging and interactive web app that helps users learn the alphabet in a fun way! Each letter corresponds to a word and is read aloud using the browser's Speech Synthesis API.\n\n## Live Demo\n\n[**Try the Fun Alphabet Reader**](https://funabc.nixx.dev)\n\n## Features\n\n- **Interactive Buttons:** Buttons for each letter of the alphabet.\n- **Speech Synthesis:** Reads the letter and its associated word aloud.\n- **Voice Selection:** Choose from available voices in your browser.\n- **Modern Design:** Styled with Tailwind CSS and SCSS for a sleek and responsive UI.\n\n## Technologies Used\n\n- **[Vite](https://vitejs.dev/):** Fast and modern build tool.\n- **[TypeScript](https://www.typescriptlang.org/):** Ensures type safety and code quality.\n- **[Tailwind CSS](https://tailwindcss.com/):** Utility-first CSS framework for rapid styling.\n- **SCSS:** Provides enhanced styling capabilities.\n- **Speech Synthesis API:** Built-in browser feature for text-to-speech.\n\n## Installation\n\nFollow these steps to set up the project locally:\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/justnixx/fun-alphabet-reader.git\n   cd fun-alphabet-reader\n   ```\n\n2. **Install Dependencies:**\n\n   ```bash\n   yarn\n   ```\n\n3. **Run the Development Server:**\n\n   ```bash\n   yarn dev\n   ```\n\n4. **Build for Production:**\n\n   ```bash\n   yarn build\n   ```\n\n5. **Preview the Production Build:**\n\n   ```bash\n   yarn preview\n   ```\n\n## File Structure\n\n```\nfun-alphabet-reader/\n├── public/          # Static assets\n├── src/             # Source code\n|   ├── app.ts       # Core app logic\n│   ├── main.ts      # Entry point\n│   ├── index.html   # HTML structure\n│   ├── index.scss   # Styling\n│   └── ...          # Other files\n├── package.json     # Project configuration\n├── vite.config.ts   # Vite configuration\n└── README.md        # Project documentation\n```\n\n## Usage\n\n1. Open the application in your browser.\n2. Select a voice from the dropdown menu.\n3. Click any letter button to hear the letter and its associated word read aloud.\n\n## Customization\n\n- Modify the `alphabet` array in `app.ts` to include custom words for each letter.\n- Add or remove styles by editing the `index.scss` file.\n- Experiment with additional Speech Synthesis API features such as pitch and rate adjustments.\n\n## Contribution\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/bugfix.\n3. Commit your changes.\n4. Push to your fork and submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- [Vite](https://vitejs.dev/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [MDN Web Docs](https://developer.mozilla.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccnixx%2Ffun-alphabet-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccnixx%2Ffun-alphabet-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccnixx%2Ffun-alphabet-reader/lists"}