1). Create React application 2). Make an HTTP request to get a string into a React component
- Render a "Loading..." text while the request is ongoing 3). Render the String you loaded in step 2 with the following conditions:
- Simulate a typewriter effect with a half second delay between each character.
- Start showing nothing and then display characters one by one until the full string is displayed.