Created using react-create-app
.
Responsive web app that returns possible structural isomers for an organic molecule.
react-mf
: To have formatted molecular formulareact-ocl
: To draw molecular structures fromidCode
openchemlib
: Dependency ofreact-ocl
which has to be installed by handreact-router-dom
: Clickable links between pages
For the project build to work when it is launched from Live Server, you have to add this line at the first level of package.json
:
"homepage": "./",
We use github workflows to publish the app on github pages.