An open API service indexing awesome lists of open source software.

https://github.com/junelin2001/remote-assignments

The remote learning assignments from AppWorks School.
https://github.com/junelin2001/remote-assignments

Last synced: 3 months ago
JSON representation

The remote learning assignments from AppWorks School.

Awesome Lists containing this project

README

          

## Remote-assignments

The remote learning assignments from [Appworks School](https://school.appworks.tw/techacademy/).

| week | learning goals |preview link |
| ------ | ------ |------ |
| week 1 | HTML、CSS、RWD |[RWD Page Layout in pure HTML/CSS](https://junelin2001.github.io/remote-assignments/week-1/index.html) |
| week 2 | Javascript Basics(function、array、object)、DOM | [HTML DOM and Event Handling](https://junelin2001.github.io/remote-assignments/week-2/index.html) |
| week 3 | Node.js、npm、Express、HTTP、Fetch API | [Deploy Web Server (Advanced Optional)](https://remote-assignments-mcpk.onrender.com) |
| week 4 | Callback Function、
HTML DOM and AJAX、
React | Assignment 2:[HTML DOM and AJAX](https://junelin2001.github.io/remote-assignments/week-4_Assignment%202/Assignment-2.html)
Assignment 3:[Re-Implement Layout by React](https://junelin2001.github.io/remote-assignments/week-4/#/remote-assignments/week-4)
Assignment 4:[HTML DOM and AJAX (Advanced Optional)](https://junelin2001.github.io/remote-assignments/week-4/#/remote-assignments/week-4/assignment-4)
Assignment 5:[Implement Counter by React (Advanced Optional)](https://junelin2001.github.io/remote-assignments/week-4/#/remote-assignments/week-4/assignment-5) |