Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanueloloke/wordle
https://github.com/emmanueloloke/wordle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanueloloke/wordle
- Owner: EmmanuelOloke
- Created: 2022-07-30T11:10:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-21T22:04:07.000Z (over 2 years ago)
- Last Synced: 2023-03-08T02:10:30.272Z (almost 2 years ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Clone
This is a clone of the famous Wordle Puzzle app owned by The New York Times.
It was really exciting building this project as it challeneged my Vanilla JavaScript and DOM manipulation skills.
The project was built using basic knowledge of HTML, JavaScript and CSS. I used two external libraries for animation and toaster notification generation for error/information display (AnimateCSS and ToastrJS respectively).
It was cool to use JavaScript to dynamically create and populate the DOM with some elements
The project is hosted on GitHub Pages and here is the [Live Link](https://emmanueloloke.github.io/wordle/)