25.5. Assignments Node XI

Submission
You must submit assignments using git
Create Repo
  • Create an empty repo on bitbucket.org, gitlab.com, or github.com,
  • git push your local repo to the above remote repo.
  • For node assignments the line node_modules/must be in your .gitignore file.
Submit
By email to with:
  • The word 'submission <subjectname>' in the subject line
  • The url(s) of your repo(s) in the body

25.5.1. Assignment Node C.0

In the fall semester you made four games in the first project.

Now this lesson's assignment is to create a Heroku site with a front page, a menu pointing to each of four pages holding the games. Back then you scored the games in either cookies or local storage on the browser. This bit should be changed so that the scoring is done in a JSON file on the server. Create a separate directory data to house that file.

Feel free to work in groups of three if you wish. If you decide that, hand in one solution per group, and let me know in the mail who you worked with.

NB! This weeks handin is two, 2, URLs. One for the repo as usual, and one for the heroku site.