Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.07 KB

project.md

File metadata and controls

46 lines (37 loc) · 1.07 KB
layout title styles scripts
default
Project proposals
assets/css/collapsible.css
assets/js/collapsible.js
<style> .info { list-style-type: none; margin-top: -1em; font-size: 80%; } </style>

Project proposals

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 }}
{% endif %}{% endfor %}