ChemistryConventions

An interactive website for learning the many naming conventions and formula of chemistry. The website is build with React and Typescript and uses firebase for a backend.

Live build on firebase

The live build is not intended for end use, and is missing many features.

Contribute

Any help / suggestions are welcome!

clone the repository

git clone https://github.com/SylvanFranklin/ChemistryConventions && cd ChemistryConventions

install dependencies

npm install

start development server

npm start