madcid / periodic-table

My Computer Science IA!

Home Page:https://joshuaji.com/periodic-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joshua's Compsci IA

This repository holds my code for my high school Compsci IA, which is a periodic table web app. See it in action here!

Note

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.

Quick Info

  • 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.

Run Locally

npm i 
npm run dev

About

My Computer Science IA!

https://joshuaji.com/periodic-table


Languages

Language:Elm 98.0%Language:JavaScript 1.3%Language:HTML 0.7%