This is a chemistry app built with vanilla JavaScript. It's an exercise to learn web development fundamentals, using the simplest technology stack: HTML, CSS, & JS.
- No server-side processing required
- No libraries, frameworks, templates, or preprocessors
- Limited dev tools:
- Show the periodic table of the elements
- Show details about each element
- Show info about simple chemicals (e.g. H2, H2O, NH3)
Install the dependencies by running:
npm installStart the node server with:
npm run devIdentify syntax and style issues with:
npm run lintGenerate documentation with:
npm run docRun automated tests with:
npm run test



