{"id":20631281,"url":"https://github.com/fuad1502/kibi","last_synced_at":"2026-04-22T10:33:48.466Z","repository":{"id":199932221,"uuid":"704087679","full_name":"fuad1502/kibi","owner":"fuad1502","description":"KIBI ⌨️ is a simple typing test web application. Built with React ⚛️ and Spring Boot 🍃. KIBI ⌨️ is live on kibi.fuadismail.com.","archived":false,"fork":false,"pushed_at":"2024-03-08T08:39:52.000Z","size":25028,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T00:12:40.493Z","etag":null,"topics":["react","typingspeedtest"],"latest_commit_sha":null,"homepage":"http://kibi.fuadismail.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuad1502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-10-12T14:06:14.000Z","updated_at":"2024-03-08T08:42:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"f65bb91b-7c4f-4ce9-8cb6-a9992dd5adce","html_url":"https://github.com/fuad1502/kibi","commit_stats":null,"previous_names":["fuad1502/kibi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fuad1502/kibi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuad1502","download_url":"https://codeload.github.com/fuad1502/kibi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32132506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react","typingspeedtest"],"created_at":"2024-11-16T14:11:47.390Z","updated_at":"2026-04-22T10:33:43.450Z","avatar_url":"https://github.com/fuad1502.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KIBI ⌨️\n\n**KIBI** ⌨️ is a simple typing test web application. Built with [**React**](https://react.dev/) ⚛️ and [**Spring Boot**](https://spring.io/projects/spring-boot) 🍃. **KIBI** ⌨️ is live on [kibi.fuadismail.com](http://kibi.fuadismail.com).\n\n\u003cimg src=https://github.com/fuad1502/kibi/blob/master/doc/kibi.gif width=500px max-width=100%\u003e\n\nThis repository contains the front-end source. Refer to [kibi-spring](https://github.com/fuad1502/kibi-spring) for the backend.\n\n## Words dataset\n\nThe words are randomly selected from the [English Word Frequency](https://www.kaggle.com/datasets/rtatman/english-word-frequency) dataset weighted by it's frequency.\n\n## Build \u0026 Deploy\n\n### Prerequisites\n\n- [**Podman**]() 🦭 / [**Docker**]() 🐋\n\nThe following steps assumes you're using **Podman**. If you want to use **Docker** instead, simply change every `docker` keyword with `podman`.\n\n### Steps\n\n```\ngit clone https://github.com/fuad1502/kibi.git\ngit clone https://github.com/fuad1502/kibi-spring.git\n```\n\nEdit `REACT_APP_API_ADDR` in the `.env` file inside `kibi/` according to the URL where you want to deploy your backend. In the following example, we assume you deploy it to `http://localhost:8080`.\n\nNext, set the following environment variables according to your deployment environment. For example, in Linux:\n\n```sh\nexport KIBI_IP_ADDR=127.0.0.1\nexport KIBI_PORT=80\nexport KIBI_HOSTNAME=http://localhost\nexport KIBISPRING_IP_ADDR=127.0.0.1\nexport KIBISPRING_PORT=8080\n```\n\n```sh\ncd kibi\npodman build -t kibi .\npodman run -d -p $KIBI_IP_ADDR:$KIBI_PORT:3000 kibi\ncd ../kibi-spring\npodman build -t kibi-spring .\npodman run -d -p $KIBISPRING_IP_ADDR:$KIBISPRING_PORT:8080 -e CORS_ORIGIN=$KIBI_HOSTNAME kibi-spring\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuad1502%2Fkibi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuad1502%2Fkibi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuad1502%2Fkibi/lists"}