Skip to content

A word-finding app powered by Datamuse API. Open for collaboration.

License

Notifications You must be signed in to change notification settings

snghnishant/Wordly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordly

A RESTful word finding service powered by Datamuse API.

See live project

Tech Stack

  • HTML
  • CSS
  • JavaScript ES6+

Features

  • Autocomplete
  • Responsive UI
  • Find word meaning (Soon)
  • Progressive web app (Soon)

Technical Details

Below are some of the design decision that were made while making this application.

  • The app uses JavaScript async-await to make API calls asynchronously which helps preventing the blocking of main thread to execute any user initiated events such as clicking the search button which makes the UI more responsive towards user initiated events.
  • API throttling and debouncing has been implemented to avoid excessive and unnecessary calls to the API.

About

A word-finding app powered by Datamuse API. Open for collaboration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published