Need help setting up a static ip on my Raspberry Pi 3

No … modify /etc/dhcpcd.conf

interface wlan0
inform 10.0.0.100
static routers=10.0.0.1
static domain_name_servers=8.8.8.8

if you changed /etc/network/interfaces, bring it back to the original configuration.