Skip to content

Design Project, CS374 Introduction to Human-Computer Interaction, 2019 Spring

Notifications You must be signed in to change notification settings

sleepy-juan/PoZangZee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS374 Introduction to Human-Computer Interaction

Repository for Design Project of CS374, KAIST, 2019 Spring

About the Course

Designing useful and usable user interfaces is much more than designing fancy and beautiful things. This course introduces fundamental principles, techniques, and methods for designing, prototyping, and evaluating user interfaces. Through this course, you’ll master the skills to design useful and usable interfaces that are carefully catered to users’ needs. Course Page

About Design Project

Following a user-centered design process, you’ll build an interactive prototype through a semester-long team project.

Collaborator

  • Jeongeon Park
  • Changhyeon Park
  • Juan Lee
  • Hyunchang Oh

Design Project Milestones

About the Project

A renovated email interface for email users with frequent and diverse uses
Come pozangzee.com and try it!

How to run?

You can see our demo.

For development,

cd src
yarn install
yarn start

For deployment,

cd src
yarn install
yarn build