/ee461-frontend-in-react

React UI live coding example from UT Austin Software Engineering Fall 2022 frontend web development lecture.

Primary LanguageJavaScript

ee461-frontend-in-react

This is a minimal repo containing example code for my lecture given in the Fall 2022 semester of UT Austin EE461L, Software Engineering & Design.

This code demonstrates a basic user login flow implemented in React. A PDF of my lecture slides is also included in this repo for your convenience.

Getting Started

  1. You must have Node.js installed.
  2. Clone this repo with git clone https://github.com/evmaki/ee461-frontend-in-react.git
  3. cd into ee461-frontend-in-react
  4. Run npm install to install the project's dependencies (i.e. React and all the JS libraries it depends on).
  5. Once the dependencies are downloaded, run npm start to start the development server.
  6. You can access the interface while you're working on it at http://localhost:3000 in your web browser.