Produce a system which can load images for inspection with counter, and click for PASS and FAIL. User manually press to pass or fail an image. PHP
Image Inspection Website
Create a website that let me pick all image from multiple folder. After that display one image and let user to select to pass or fail this image.
If the image is pass is will go to the next image, and the pass image will store in the database or anywhere in the pc.
If fail, the image, the user will have to select which fail category is under such as image blurry, image not meet expect and others. The fail image will store at the folder name as image blurry, image not meet expect depending on the fail category. Then move on to the next image for inspection.
3. Design a webpage using HTML and CSS to print Maruti Suzuki Arena car details (image tag and table attributes must be used)
Designing a Web site for a company called Nkwali Yenkosi that designs and sells leather clothing and accessories. The Web site must have 5 Web pages (Home, About the leather, DIY Methods, Brick & Mortar and Shop Now). Create the Shop Now Web page and 2 Web pages connecting to it.
a) The Web page should be titled Shop Now. The navigation bar includes
images of 3 social media which are links to the different social media
pages. The Nkwali Yenkosi logo. The link to the Hamburger style
navigation.
b) The Hamburger style navigation should contain all the links to the 5 web
pages.
c) when user scrolls down, they should see the Shop Now! Heading and the
different clothing items they can shop, with the prices and the icon to
click on to buy the item
d) user clicks on the icon to buy a pop box will appear which will allow them to
select how many items they want to buy. It should calculate accordingly.
e) clicks check out. They should be redirected to the Checkout page, where they need to fill in information.
You are part of the Web development Team, currently designing a Web site for A company called Nkwali Yenkosi that designs and sells leather clothing and accessories. The Web site is made up of 5 Web pages (Home, About the leather, DIY Methods, Brick & Mortar and Shop Now). You are responsible for creating the Shop Now Web page and 2 Web pages connecting to it. You must follow the following instructions to complete the Shop Now Web page, use the Assets folder provided for resources such as images required and font family to be used. a) The Web page should be titled Shop Now. The navigation bar includes images of 3 social media which are links to the different social media pages. The Nkwali Yenkosi logo. The link to the Hamburger style navigation and the landing page should look as illustrated below:
(Tic-Tac-Toe) Create a class Tic-Tac-Toe that will enable you to write a program to play Tic-Tac-Toe. The class contains a private 3-by-3 two-dimensional array. Use an enumeration to represent the value in each cell of the array. The enumeration’s constants should be named X, O and EMPTY (for a position that does not contain an X or an O). The constructor should initialize the board elements to EMPTY. Allow two human players. Wherever the first player moves, place an X in the specified square, and place an O wherever the second player moves. Each move must be to an empty square. After each move, determine whether the game has been won and whether it’s a draw. Also, allow the player to specify whether he or she wants to go first or second.
Given an array
mart of objects in the prefilled code and categoryOfItem, item as inputs, create a JS promise, resolve with "Item Found" text, if the
categoryOfItem matches with the category and the corresponding items list includes the itemreject with "Category Not Found" text, if the
categoryOfItem does not match with any category in the martreject with "Item Not Found" text, if the
items list does not include itemUse async/await and try/catch blocks.