flick0 / clash-of-chem

It's Clash of Code, but Organic Chemistry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clash of Chem

It's Clash of Code, but Organic Chemistry.

Concept UI

image

Contribution to reactions.json

If you'd like to add a reaction to reactions.json please follow the following format:

{
  "substrate 1": {
    "reagent 1": "product 1",
    "reagent 2": "product 2"
  }
}

Some things to keep in mind:

  1. Compound names should be generally be IUPAC names
  2. When adding a new compound check whether it is present in the reactions.json, if it is use that name.
  3. Compound names should be in LOWERCASE
  4. There should only be ONE product (the major product) for each reaction

About

It's Clash of Code, but Organic Chemistry

License:MIT License


Languages

Language:Svelte 45.2%Language:Python 39.8%Language:SCSS 5.0%Language:TypeScript 3.9%Language:JavaScript 3.8%Language:HTML 1.7%Language:Shell 0.3%Language:Procfile 0.2%Language:CSS 0.2%