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.
- Host: GitHub
- URL: https://github.com/junelin2001/remote-assignments
- Owner: JuneLin2001
- Created: 2024-06-17T05:13:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T05:37:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T09:53:05.811Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |