This project includes everything I've learned from user centered design and development with Tom in Spring 16. I have develped several different website applications. You will use the CSS, Componets, and JavaScript knowlege and make use of Firebase database.
You can use this project as a book to learn user centered design and development course, it contains lots learning material and great tasks to make practice of what you have learned. Also it contains my work when I learned this course and you can treat them as an example.
After download this project to your local machine, you need install it with command line
$ npm install
Build this project with command line
$ node build.js
This website use Firebase to serve the task data, so you need to connect to firebase firstly.
$ firebase server
The server is default to http://localhost:5000
Then you can visit project webiste with this line.
$ firebase deploy
After above steps, you can start to look at week 1 material and do task.
If you need more help, feel free to contact me at [email protected].