added proper readme
This commit is contained in:
parent
7a67b06df8
commit
9ea7f0a08e
4 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -1,3 +1,18 @@
|
|||
# OhThatsA [](https://drone.broodjeaap.net/broodjeaap/OhThatsA)
|
||||
|
||||
An app to help you learn how to calculate day of the week from any date.
|
||||
An app to help you learn how to calculate day of the week from any date.
|
||||
|
||||
## App
|
||||
<img src="media/img/main.png" alt="main" width="200"/>
|
||||
<img src="media/img/year_instruction.png" alt="year_instruction" width="200"/>
|
||||
<img src="media/img/month_practice.png" alt="month_practice" width="200"/>
|
||||
|
||||
Mostly made to try out Dart/Flutter.
|
||||
|
||||
## Method
|
||||
|
||||
The day of the week can be caculated by:
|
||||
`(day value + month value + year value + century value + leap year value) % 7`
|
||||
|
||||
Every one of these value comes from a set of constants or is calculable from the date.
|
||||
This app helps you practice memorizing and calculating these values.
|
BIN
media/img/main.png
Normal file
BIN
media/img/main.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
media/img/month_practice.png
Normal file
BIN
media/img/month_practice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
media/img/year_instruction.png
Normal file
BIN
media/img/year_instruction.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
Loading…
Add table
Reference in a new issue