/ece-webtech-2021-fall

Materials for the Web technologies course at ECE.

Primary LanguageJavaScript

Web Technologies

This is the source code supporting our course. It contains the course information as well as its supporting labs.

Modules

  1. Prerequisites
  2. Node.js introduction
  3. Web application framework - Express.js
  4. Databases and storage
  5. Building interfaces with React
  6. Material Design and Material UI
  7. OAuth and OpenID Connect
  8. Advanced React

Assignment

The course assignment is consist of:

  1. Participation
  2. Project
  3. MCQ exam (multiple choice questions)

Usage

Reading slides' content

Navigate inside the ./courses/webtech folder to read the raw material and access the labs. The module's folders contain following files:

  • index.md - materials for the module
  • slides.pdf - PDF slides
  • lab.md - labs description
  • homework.md - homework description
  • assets folder - assets provided for the labs
  • image folder - images used in the .md files

Access online slides

The slides are available on Netlify as a static website - ece-webtech-2021-fall.netlify.app.

Netlify Status

Build slides locally as a static website

Run the following commands to get the site up and running.

# Clone the repository
git clone https://github.com/adaltas/ece-webtech-2021-fall.git webtech
cd webtech/gatsby
# Download the dependencies
npm install
# Start the development server
npm run develop
# If you have problem, try
npm run clean && npm run develop

Author

Sergei Kudinov
sergei@adaltas.com
at Adaltas