Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.03 KB

File metadata and controls

39 lines (22 loc) · 1.03 KB

Simple Web Projects

A collection of small web projects I created to learn the basics of web development.

Whack-A-Mole

Simple whack-a-mole game using the MVC pattern.

Repo
Demo

Calculator

Can perform basic arithmetic operations.

Repo
Demo

GPA Calculator

Used to calculate your gpa based on the letter grades and credits of courses.

Repo
Demo

Grade Calculator

Used to calculate your grade based on the grade percentages and weights of assignments.

Repo
Demo

Random String Generator

Generates a random string based on a certain criteria.

Repo
Demo