Dhanika's Contest Math Notes banner

Dhanika's Contest Math Notes

3 devlogs
1h 11m 25s

A simple page to access some of my math notes. This page was created using some HTML, CSS, and JS. The text on the webpage will be updated as I continue to study.

Demo Repository

Loading README...

dhanikabotejue

Shipped this project!

Hours: 1.17
Cookies: 🍪 2
Multiplier: 1.5 cookies/hr

Added dark/light mode and created more notes about the AoPS Volumes 1 and 2!

dhanikabotejue
  • Created dark/light mode feature
  • Updated notes for AoPS Volume 1 and AoPS Volume 2 info
  • Redeployed with GitHub
Attachment
0
dhanikabotejue
  • Created simple HTML structure
  • Styled with basic CSS
  • Created a JS function to load notes.txt onto my HTML webpage
  • Deployed using a .github.io domain
Attachment
0
dhanikabotejue

Shipped this project!

I built/hosted a simple page with some of my contest math notes (specifically aimed at AoPS).

The project uses a simple static HTML using CSS for basic styling and JS to load text from my notes.txt file. I was surprised that you can get the exact whitespacing/linespacing from a .txt file using the following CSS: white-space: pre-wrap; .

This was a fun and simple first project to fully ship and submit at Flavortown.