How to make projectile move in an arc in 2d game?

In my platformer you just press a button and a projectile is launched straight, no gravity, I know about “predict projectile path” but it seem that they require a target or a destination location.

What is the best way to do it?