Develop a front-end web app/game of a player attack enemy game with a win screen.
- Player take will take turns attacking the enemy and the enemy will attack back.
- The player attacks first.
- If HP is - 1, player will die.
- else enemy will die, if thier HP will fall below -1
- After enemy dies, new one should appear. Same enemy
- There should be a win screen for the player after 3 enemys have died.