This repository holds my code for my high school Compsci IA, which is a periodic table web app. See it in action here!
This project has gone some pretty dramatic changes. To see the state of the code at (approximately) the time of the IA submission, it would likely to have been this commit.
-
Written in Elm, a functional programming language that compiles to Javascript. I have the compiled code on this github repo (inside the projects folder).
-
As of today, this only has a slightly interactive periodic table and a molar mass calculator.
-
Periodic table elements retrieved via Bowserinator's Periodic Table JSON.
-
Not working on mobile devices yet.
npm i
npm run dev