This project was created with vanilla JS, HTML and CSS. A simple wordle clone that consumes https://wordle-api.cyclic.app/ API to get 803 five lettered words.
- Run
npm i
to install the required modules - After installing the package run
http-server -a localhost -p 8000 -c-1
- Open http://localhost:8000 on your browser
Have fun