===================================
Here be description of the different weeks and tasks, later TODO...
- HW02
Hangman game, using console nodejs for running and prompt for input.
- Week 1
- frontendjs-week1-hangout-master
Exercise over jade and json, using nodejs for running.
- Task2
Simple blog with bootstrap.
- Task3
Exercise over jade.
- Week 2
- Task1
Cows and bulls game, using console nodejs for running and prompt for input.
- Task2
Creating Reading Updating Deleting pattern with students.
The properties of the students are their ids, names and mails.
Using nodejs for running in console, prompt for input and JSON files for db.
- Week 3
Exercises over OOP and Prototypes.
- Task1
panda.js - using constructor function and prototypes to realize OOP structure.
point.js - creating mutable and immutable classes.
prototypes.js - expanding String and Array types.
- Task2
Creating a queue.
- Week 4
Using js in browser, interacting with DOM.
todo - creates a TODO list given a text.
score - adds a score to one of the given two teams,
- Week 5
- Task1
More sofisticated TODO list with the option
to finish the concrete item and apply some styling.
- Task2
Same as Task01, but uses OOP.
- Week 6
- Task2
Book website project, will be added on a separate repository, as it will expand
and have CRUD functionality.
- Week 7
- Task1
CRUD for students using nodejs for backend
and AJAX requests, based on REST for transmitting/fetching data.
- Week 8
- Task1
Hangman game in the browser.
- Task2
First encounters with promises (using Q). To be continued...