Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.29 KB

🔠 wordle [WIP]

Live demo Open in CodeSandbox

Inspired from Wordle app to built with additional options -

▪️Generate a game with your customized word and challenge with others.

▪️More than one word a day to play as many as you like.

▪️PWA support to install as a standalone android like app.

▪️Native web share API to share customized game share link and scores as emoji with trend.

▪️Server side validation, unlike the original one with client side solution visible in local storage.

Local setup

        $ git clone https://github.com/tamdilip/wordle.git
        $ cd wordle
        $ npm start

APP UI

Wordle

https://wordlee.onrender.com/

Image of demo-ui

Scrambler

https://wordlee.onrender.com/scrambler

Image of demo-scrambler-ui

Happy coding :) !!