🧪 Inspiration

Accessing detailed chemical data often requires digging through massive technical documents. We wanted to create a "one-stop" professional dashboard that makes deep chemical intelligence—like dissociation constants and environmental hazards—accessible in seconds.

🛠️ How we built it

The project is built using a Node.js backend and a futuristic CSS3 dashboard. We integrated the PubChem PUG VIEW API to fetch real-time data. We developed a custom "Deep Search" algorithm to extract hidden values like pH and pKa from complex nested JSON structures that standard searches often miss.

🧠 Challenges we ran into

One of the biggest hurdles was data "noise." Many chemical entries contain long descriptive paragraphs instead of clean numbers. We implemented a smart filtering system using regex to trim irrelevant text and provide only precise scientific values (e.g., extracting "pH 6.7" from a 500-word description).

🌍 Accomplishments that we're proud of

We successfully integrated specialized datasets regarding the Environmental and Health Impact of elements. Our tool doesn't just show what a chemical is, but also how it affects our world and our bodies.

📚 What we learned

We mastered complex API data manipulation and learned how to balance a high-density information display with a clean, user-friendly UI.

Built With

Share this project:

Updates

posted an update

We have just integrated a smart filtering system using Regular Expressions (Regex) to clean the data fetched from the PubChem API. This update ensures that "noise" from long descriptive paragraphs is removed, providing users with precise scientific values for properties like pH and pKa directly in the dashboard. This significantly improves the clarity and professional feel of the chemical analysis.

Log in or sign up for Devpost to join the conversation.