$f$ and $g$ are in $C^1([0,1])$.
I can show that the space of functions, along with this metric, is indeed a metric space. But showing that it's complete is proving to be a bit more complicated.
Say I'm given a cauchy sequence in the space, say $\{f_n\}_{1\leq n}$. Since the sequence is cauchy, I can define $f(x)=\lim_{n\to\infty}f_n(x).$ But how can I show that $f$ is both continuous and differentiable?
HINT:
It is not hard to show that $(f_n)$ is Cauchy in the given metric is equivalent to: $(f_n)$ is uniformly convergent to a function $f$, and $f'_n$ is uniformly convergent to a function $g$. Now, both $f$ and $g$ are continuous ( uniform limits sequences of continuous functions). The only thing left is to show that $$f'=g$$ For this, use the Leibniz-Newton equality $$f_n(x)-f_n(0)= \int_0^x f'_n(t) dt$$ for all $x\in [0,1]$ and pass take the limit as $n\to \infty$. We get $$f(x)-f(0) =\int_0^x g(t)dt$$ for all $x\in [0,1]$, and this implies $$f'(x) = g(x)$$ for all $x\in [0,1]$.
$\bf{Added:}$ Why the convergence of $(f_n)$ and $(f_n')$ are uniform: $|f_n(x)-f_m(x)|+ |f_n'(x)-f_m'(x)|\le \epsilon$ for all $m,n \ge n(\epsilon)$ and $x\in [0,1]$ means that for every $x$ $(f_n(x))$ and $(f_n'(x))$ are Cauchy so convergent to $f(x)$, respectively $g(x)$. Passing to limit $m \to \infty$ in the above inequality we get $$|f_n(x)-f(x)|+ |f_n'(x)-g(x)|\le \epsilon$$ for all $n\ge n(\epsilon)$ and $x \in [0,1]$. That implies that $(f_n)$ converges uniformly to $f$ and $f_n'$ converges uniformly to $g$.