Skip to content

lagentcooper/ece-webtech-2022-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
  • lab.md - labs description
  • lab 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-2022-spring.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-2022-spring.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
[email protected]
at Adaltas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published