Skip to content

larprad/one_word_please

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Word Please

Give a word, get other words.

🕹️ https://larprad.github.io/one_word_please/

Context

Small application developed over 2 weeks at the start of 2020 in order to practice API calls as part of the use of a React JS framework.

Presentation

The user types a word of their choice (in English) then, depending on the different options checked on the left panel, the application will display words which:

  • rhyme
  • sound similar
  • have the same meaning
  • are usually used to describe the chosen word
  • are the opposite

One Word Please 1 One Word Please 2

It is possible to combine several of these options, which mechanically will reduce the number of results. The user can then save displayed words as results. They will be kept for future research.

Architecture

The application relies on the React framework in particular to ensure that search results are loaded and modified with each new character entry without untimely changes to the DOM.

The Datamuse API is used to produce the search results.

About

Getting words from other words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published