Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Henrik Christensen
seal-mask
.a{fill-rule:evenodd;}techdegree
Henrik Christensen
Python Web Development Techdegree Student 38,322 Points

Need inspiration for my project

Hi,

After chemistry class yesterday I decided to create a program that can search for elements in the periodic system, and I got it working with the first 20 elements (getting a bit tricky from element 21+, but they will be added) and I can search by atomicnumber, chemical symbol and name, get a full list and get a list only containing the noble gases.

Now I'm wondering if I might be missing some values (properties) in the elements that would be nice/fun to have? or missing a way to search for elements?

Any ideas for improvements? :-)

https://github.com/henrikac/PeriodicTable

1 Answer

James Churchill
STAFF
James Churchill
Treehouse Teacher

Henrik,

What a great idea for a project! And nice job coding up a solution.

I noticed that you're loading your data from JSON. What about implementing a feature that allows you to write the results of an inquiry to a JSON file?

Thanks ~James