Show that the normed space of continuous real valued functions $C[0,1]$ equipped with the norm $\Vert f\Vert_1:=\int_0^1|f(x)|dx$ is not complete.
Let be $f_n:[0,1]\to\mathbb{R}$ with $f_n(x)=x^n$. It is obvious that $f_n\in C[0,1]$ for all $ n\in\mathbb{N}$. If we consider $n,m\in \mathbb{N}$, then
$$ \Vert f_n-f_m\Vert_1=\int\limits_0^1|x^n-x^m|~dx\leq \int\limits_0^1x^n~dx+\int\limits_0^1x^m~dx=\frac{1}{n+1}+\frac{1}{m+1}, $$ which me can make arbitraryly small. This shows that $(f_n)_{n\in\mathbb{N}}$ is a Cauchy sequence. Now, we define $f:[0,1]\to\mathbb{R}$, where $$ f(x)=\begin{cases}0,&x\in[0,1)\\1,&x=1,\end{cases} $$ which is clearly a discontinuous function. However, $$ \Vert f_n-f\Vert_1=\int\limits_0^1|x^n-f(x)|~dx\leq \int\limits_0^1x^n~dx+\int\limits_0^1f(x)~dx=\frac{1}{n+1}+0, $$ which me can make arbitraryly small. So $\lim\limits_{n\to\infty}(f_n)_{n\in\mathbb{N}}= f(x)$. As $f(x)\notin C[0,1]$ the normed space $(C[0,1],\Vert f\Vert_1)$ is not complete.
I know that there already exist a lot of questions about this particular problem but I was wondering if my counter example works? The counter examples I have found so far seem unnecessary complicated to me; sometimes they fill various pages... So I am wondering if I am missing something? Maybe my counterexample isn't correct?
No, your example does not work. Because your sequence converges to $0$ in the $1$-norm.
The problem is that the $1$-norm cannot see what happens at a single point, it sees your $f$ and $0$ as the same function. That's why you need an example where the Cauchy sequence converges to a function that is discontinuous without an avoidable discontinuity; something like $f=1_{[0,\frac12]}$.