From the course: Build a React Application Using AWS Amplify

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Upload a better React page

Challenge: Upload a better React page - Amazon Web Services (AWS) Tutorial

From the course: Build a React Application Using AWS Amplify

Start my 1-month free trial

Challenge: Upload a better React page

(upbeat music) - [Instructor] Now you have a React page, and you have your environment set up. It's time to move from this very simple version of index.js, and our very trivial sort of hello world style application to a much more realistic state, and then we can begin to do more interesting and potentially more advanced things. So right now, if you take a look at the application there's not much going on, there are not a whole lot of files under the source directory, and our index.js does nothing more than call a boilerplate app.js. What I want you to do is I want you to find the exercise files or download them if you've not already. So I have them all in a nice couple of folders here on the left, and you need to expand the 02_04 and you'll see two directories here, public and source. Now, I also have the Applications directory pulled up here on the right, and you'll notice that there is a matching public and source.…

Contents