
Built my first real app with Expo and finally survived Google's 14-day test! (3D Molecule Viewer)
Hey guys,
Just wanted to share my first published project. I'm finishing up high school and needed a way to visualize organic chemistry structures for my exams, so I built an app for it using Expo.
It's basically a 3D molecule viewer that pulls data from PubChem. It uses 3dmol.js inside a WebView to render the models. Honestly, getting the WebView to run smoothly without lagging was tricky, but Expo made the whole building and publishing pipeline so much easier than I expected.
It is 100% free, ad-free, and open-source. If anyone wants to roast my code, check out how I handled the WebView, or just play around with some spinning molecules, here are the links:
Play Store: https://play.google.com/store/apps/details?id=com.ankushsarkar.moluxis
GitHub: https://github.com/ankrypht/Moluxis
Thanks!