Overview
There are two Mini Projects in 10.020.
These projects require you to utilise the Command Line Interface. Before you begin, please read the background notes first.
Mini Project 1
This mini project is to create a simple html pages to generate random number and sort them. Read the handout from the Github repository.

Mini Project 2
This mini project is to create a simple web application for math quiz where users can create simple math challenges and take up challenge from others. Read the handout from the Github repository.

Groupings
Students should work as a pair and practice pair programming in doing the mini project.
(Optional) Additional Projects
If you are keen to learn more about web technologies, you can try to do a similar project using Flask web framework. You can find the instructions in the old mini project repository. There is one additional project which is to implement a single player Tic Tac Toe where you have to write a code on the computer's algorithm to choose a move and a two player Tic Tac Toe web app. Enjoy.