I have two explanation
1= as we know $(n+1)! = n!(n+1)$ so from here $n! =\frac{(n+1)!}{(n+1)}$
so we have $4!=4*3*2*1=24$ and $3!=\frac{4!}{4}=6$ and $2!=\frac{3!}{3}=2$ and $1!=\frac{2!}{2}=1$and so $0!=\frac{1!}{1}=1$
2= one simple way of understanding what the factorial means is to say: "given a set of n objects, n! is the number of different ways to arrange those objects." This makes sense for, for example, n=3: there are six different ways to arrange a set of three objects (try it yourself and see!) But there is only one way to arrange a set of 0 objects, since there is nothing to rearrange. If we didn't set 0! = 1, this description wouldn't work.
Another simple formula is, for n > m, n!/m! = (n-m)!. This works if 0! = 1: n!/0! = n!/1 = n! = (n-0)!. But if we had any other value for 0!, such as 0, this formula would make no sense and we'd have to change it to say "n!/m! = (n-m)! unless m = 0", which is a lot longer and less beautiful!
There are countless other examples of why 0! = 1 is useful. Can you think of any?