A collection of coding challenges made with React.js.
A simple game to guess the color based on the HEX values.
What you need to do:
- Randomize the color each time the game is refreshed
- Display three buttons with HEX values
- One of the three buttons should be the correct answer
A simple input to get values from an API while typing and displaying the results.
What you need to do:
- Create an input that filters data fetched from an API while typing
- Debounce the input so that it doesn't filter data on every keystroke
- Display the results in a list
- When clicked on a result, display an Alert with the selected value
- Create an input to type a word
- Create a button to search for the word in the API
- Display a loading indicator while fetching the data
- Display the results in a list limited to 10 items
- When clicked on a result, search for the selected value
- Use
datamuseAPI: https://www.datamuse.com/api/