This is the source code supporting our course. It contains the course information as well as its supporting labs.
- Prerequisites
- Node.js introduction
- Web application framework - Express.js
- Databases and storage
- Building interfaces with React
- Material Design and Material UI
- OAuth and OpenID Connect
- Advanced React
The course assignment is consist of:
- Participation
- Project
- MCQ exam (multiple choice questions)
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 moduleslides.pdf
- PDF slideslab.md
- labs descriptionhomework.md
- homework descriptionassets
folder - assets provided for the labsimage
folder - images used in the.md
files
The slides are available on Netlify as a static website - ece-webtech-2021-fall.netlify.app.
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
Sergei Kudinov
sergei@adaltas.com
at Adaltas