Ahmed-Khaled-dev/git-started

Create Dialogue box functionality

Closed this issue · 0 comments

Expectations:

Looks:

The most important part is the functionality, the looks don't really matter in this task
Example just for an idea:

Important note: I don't expect something this good looking, or exactly this design, I just want the functionality of a very simple dialogue box with no colors or anything.

Code implementation:

  • I expect a function to make a dialogue box (rectangular shape or any shape) appear on the screen with a title (as an argument) written on it, doesn't matter how the title looks or its color or font or anything, just something written on the dialogue box
  • I expect the function to take an image as an argument and show it on the dialogue box (any image)
  • I DON'T expect the dialogue text, this is added in #1
  • I expect another function to be able to close this dialogue box along with the title and image that were written on it