In this coding challenge you have to create an interface that allows the user to build a sentence.
The software will ask four questions
- Who?
- What?
- When?
- Where?
and subseguently will display a sentence using the answers
__WHO__ __WHAT__ __WHERE__ __WHEN__
Example:
- Who? Mark
- What? is coding
- When? today
- Where? on his computer
will display
Mark is coding on his computer today
Requirements:
- React
- Redux
Optionally, feel free to add a personal touch and show your skills. Good luck!