This commit is contained in:
louiscklaw
2025-02-01 01:56:32 +08:00
commit 1301779bf7
11 changed files with 127 additions and 0 deletions

31
.gitattributes vendored Normal file
View File

@@ -0,0 +1,31 @@
*.mp4 filter=lfs diff=lfs merge=lfs
*.zip filter=lfs diff=lfs merge=lfs
*.7z filter=lfs diff=lfs merge=lfs
*.tar.gz filter=lfs diff=lfs merge=lfs
*.jpg filter=lfs diff=lfs merge=lfs
*.png filter=lfs diff=lfs merge=lfs
*.avif filter=lfs diff=lfs merge=lfs
*.webm filter=lfs diff=lfs merge=lfs
*.mkv filter=lfs diff=lfs merge=lfs
# Documents
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.gif filter=lfs diff=lfs merge=lfs
*.GIF filter=lfs diff=lfs merge=lfs
*.bmp filter=lfs diff=lfs merge=lfs
*.BMP filter=lfs diff=lfs merge=lfs
*.tiff filter=lfs diff=lfs merge=lfs
*.TIFF filter=lfs diff=lfs merge=lfs
*.wav filter=lfs diff=lfs merge=lfs
*.WAV filter=lfs diff=lfs merge=lfs
*.log filter=lfs diff=lfs merge=lfs

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
**/~*.*

7
gitUpdate.bat Normal file
View File

@@ -0,0 +1,7 @@
git status .
@pause
git add .
git commit -m"update 3524sbcweujf,"
start git push

16
gitUpdate.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
set -ex
git config --global http.version HTTP/1.1
git config --global lfs.allowincompletepush true
git config --global lfs.locksverify true
git config --global http.postBuffer 5368709120
git add .
git commit -m 'update,'
git push
echo "done"

11
history.md Normal file
View File

@@ -0,0 +1,11 @@
對唔住,要你等。初步我會咁報價
## App Concept (HKD500)
## Prototype & User Journey (App flow) (HKD900)
## User Experience Design (HKD400)
## Visual Language (HKD200)
## App Presentation (做唔到)

Binary file not shown.

Binary file not shown.

BIN
job1/Project.pdf Normal file

Binary file not shown.

45
job1/notes.md Normal file
View File

@@ -0,0 +1,45 @@
# Your new idea should be presented as a Design Progress
## App Concept (300)
- Inspiration, Problem Definition
- State the idea or the app you going to redesign.
- Research, clarify and identify the problem
- Focus on the 1 or few plain point of the problem
- Generate and evaluate ideas for improvements
- Value Proposition
- Identify 3 highlight features of your app
## User Experience Design (300)
- Identify Target Audience
- User Persona
- Wireframes
## Visual Language (150)
- Style Tile
## Prototype & User Journey (App flow) (850)
- 1 App Icon (50)
- =>10 In-app Icons (200)
- =>10 Screen Mock Ups (Discuss with your instructor) (100 -> 60 x 10)
## App Presentation (X)
- Introduction Video
- App Store Promotion Materials:
- App Name,
- App Icon,
- Subtitle,
- Descriptions,
- Screenshots
- In-class Demonstration
Submission
• In-class Demonstration
- 10-min
• Digital files to Moodle, a *.zip file contains:
‣ Project file of all your design
- Both project file and exported *.jpg / *.png
‣ Design Progress
- *.pdf, both the presentation file and document format
‣ All Promotional Materials
# Reference link

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "3524sbcweujf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gitUpdate": "git add . && git commit -m\"update 3524sbcweujf,\" && git push"
},
"keywords": [],
"author": "",
"license": "ISC"
}

4
update.bat Normal file
View File

@@ -0,0 +1,4 @@
git pull
git add .
git commit -m"update .vscode,"
start git push