React is an open-source JavaScript library for building web-based user interfaces using a declarative and component-based approach. Building sophisticated and complex web UI's becomes a breeze when using React!
This Lab is designed to show you how to install and set up a React-based development environment, allowing you to compile and execute your own React-based web applications. The Lab will then walk you through the process of creating a custom programming language voting web application that involves making AJAX requests to a sample backend API service (provided).
For those interested, the Go-based QA Lab Create an API with Go and Gorilla Mux guides you through creating the same sample backend API service as used within this lab.
Upon completion of this lab, you will be able to:
You should:
This lab will start with the following AWS resources provisioned automatically for you:
To achieve the lab end state, you will be walked through the process of:
October 23rd, 2024 - Resolved environment error
January 31st, 2023 - Updated the instructions and screenshots to reflect the latest UI
Jan. 11th, 2022 - Configured the use of yarn without root permissions
Dec 22, 2021 - Updated instructions to fix the outdated nodejs version issue