CSCI 344: Spring 2023

Advanced Web Technology

CSCI 344: Spring 2023

UNCA Logo

Activity: Intro to React (Carousel + Server-Generated Gallery)

1. Relevant Readings

2. Download the starter files

Carousel + Server Data

3. Install the dependencies

Navigate to the lecture17 folder on your command line. Then run:

npm install     # installs node packages from the package.json file
npm start       # starts your react app

4. Complete the following tasks

Part 1: Observe

Get oriented with the code and understand what it’s doing:

Part 2: Using the useEffect function