Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Check out my Very Unique App webpage here: https://very-unique-app.herokuapp.com/ And my repository link as well: https://gitlab.com/72ridwan/my-awesome-tutorial-django-project

Checklist

  1. Creating Your own Gitlab Repo
    1. Write your Gitlab Repo link in README.md
  2. Your web that deployed in Heroku Instance
    1. Create your Heroku Account
    2. Write your apps link (######.herokuapp.com) in README.md
  3. Creating a functionality in Django framework and content in HTML
    1. Implement a new function to calculate age
    2. Calculate your age by passing your birth year into the function
    3. Pass the return value from age calculation into the template HTML
    4. The return value is rendered within an <article> HTML5 tag