layout | title | styles | scripts |
---|---|---|---|
default |
Project proposals |
assets/css/collapsible.css |
assets/js/collapsible.js |
Here are the development project that will be accepted for passing the course. The difficulty of each project is not the same: stars indicate how difficult each project is.
-
Projects must be developed in pairs.
-
You are expected to give an oral presentation of your project with a demonstration.
You can develop and host your projects on Glitch. Other (free) options for hosting your project are Heroku and Now.
{% for p in site.projects %}{% if p.publish %}
## {{ p.title }}
- Difficulty: {% for i in (1..p.difficulty) %}{% endfor %}
- Keywords: {{ p.tags | join: ', ' }} {:.info}
{{ p.content }}