Logo Lanfrica

tafiti/ciugo

Domaine:

natural language processing

Type de record:

software
Créateur:
taf
Hôte:
A Gikuyu rendition of Worlde game play. # React Wordle This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind. **Try out the demo!** ## Build and run ### To Run Locally: Clone the repository and perform the following command line actions: ```bash $> cd react-wordle $> npm install $> npm run start ``` ### To build/run docker container: #### Development ```bash $> docker build -t reactle:dev -f docker/Dockerfile . $> docker run -d -p 3000:3000 --name reactle-dev reactle:dev ``` Open localhost in browser. #### Production ```bash $> docker build --target=prod -t reactle:prod -f docker/Dockerfile . $> docker run -d -p 80:8080 --name reactle-prod reactle:prod ``` Open localhost in browser. ## Projects built using this repo ### Other languages - Arwordle: Arabic - Boludle: Argentinian - Gerdle: Cornish (Kernowek) - Keclap: Sundanese - Kelmaly: Arabic - Latindictionary.io: Latin - Lexoula: Ελληνικά (Greek) - Malay: Bahasa Malaysia - Mondle: Mongolian - Parolette: Italian - Parolle.it: Italian - Pashtoodle: Pashto - Persian: Persian (Farsi) - Pinyin: Pinyin (romanization system for Mandarin Chinese) - Rudle: Russian - Sindhal: Sindhi - Szózat: Hungarian - Tàu Tâi-gí (Taigi Wordle): Taigi (Taiwanese) - Tlembung: Japanese - Tugma: Hiligaynon (spoken in the Philippines) - Ukrainian: Ukrainian - Urdle: Urdu - Vārdulis: Latvian - Word-leh!: Singlish - Wordlar: Uzbek - Wordle (BOS): Bosnian - Wordle (Spanish): Spanish/Espanol - Wordle-RO: Romanian - Wortel: Afrikaans - Wörtchen: German - SGWordle: Swiss German - kelma.mt: Maltese - Слівце: Ukrainian - ਪੰਜਾਬੀ: Punjabi - சொல்லாடல் Soladle: Tamil - 字知之明: Traditional Chinese - 꼬들 - 한국어: Korean - 한글 풀어쓰기 5자: Korean - ไทย: Thai ### Fun themes - 'en si lì'ur: Na'vi, the constructed language from James Cameron's AVATAR (2009) - Airportle: Airport Codes - Anidal: Animals - Birdle - Emojis: Bird emojis - Birdle: Birds - Buildly: Construction themed - Crosswordle: Crossword ma …

Licenses