Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blazejkustra/agh-javascript
"JavaScript programming language" labs at AGH UST, Poland.
https://github.com/blazejkustra/agh-javascript
Last synced: 29 days ago
JSON representation
"JavaScript programming language" labs at AGH UST, Poland.
- Host: GitHub
- URL: https://github.com/blazejkustra/agh-javascript
- Owner: blazejkustra
- Created: 2020-04-01T08:48:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T07:40:40.000Z (over 3 years ago)
- Last Synced: 2023-03-11T04:59:24.980Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agh-javascript
Repository for JavaScript laboratories at AGH UST, Poland.
1. **HTML + CSS**
- Basics
- Responsive website using Foundation and Bulma
2. **JavaScript**
- Canvas element
- Forms and event handling
- Unit tests (Mocha and Chai)
3. **DOM 4 Standard**
- Web Components
4. **Node.js**
- Server with `http` module
5. **Express.js**
- Introduction to NPM
- Developing a simple web application with `mongoDB`
6. **AJAX & Fetch API**
- Differences between AJAX and Fetch API
- Client-server communication
7. **jQuery**
- Introduction to jQuery
- Simple tic-tac-toe game