Skip to content

philmander/periodic-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoomable Periodic Table of Elements

This is my 10K Apart entry for 2016. The latest version has improved keyboard accessibility and a few other fixes which, unfortunately, I didn't have time to get in before the competition deadline.

Install and Run

npm install
npm start

To run the minified version:

NODE_ENV=production npm start

Now visit http://localhost:3000

You can also configure the port with a PORT environment variable.