A simple real-time auction where users can bid on an offered product(no database link needed, just mock data). 20 users can participate at the same time in the auction(20 clients, its enough if i can run it in localhost). They can only offer within a given time(example > auction continues for 1 hour, and every time someone offers time extends with 2 minutes). The user interface is not important, it can be a very simple html page. The most important aspect is that it has to be real-time, so the users can see each others offer and the remaining time.
the "TWAassignment_Autumn2020.pdf" file is assignment sheet. this may require special credentials to a web server to run PHP files ( its just a website that you upload the work into and run the html etc.., labeled in the assignment paper as TWA server), i can provide this once the offer is accepted. skills needed are HTML, PHP. Javascript and CSS. Thank you.
Hello, This work is multiple weekly workshops we do for the subject Technologies for Web Applications. This involves HTML, PHP and CSS. the task is in the folders numbered.it is a PDF files. there are three of these one in each folder. Thank you
I am assigning you a project to track COVID-19 in the state of NJ according to the following initial criteria: (Please see the following link to give you an idea: https://coronavirus.jhu.edu/map.html
The application must be written in C++ as a Web based application!
There has to an integration with NJ Map.
The application must take into consideration all health facilities in the state and tracking COVID-19 patients
The application should provide statistics in terms of death rate and the recovery rate
There has to be an update every 1 - 5 minutes using external feeder systems.
More options and modifications can be considered as you progress in this C++ project.
Please provide your feedback ASAP! You may use the techniques of Waterfall (iterations) software development model. Only half of this project is due on friday noon( 5/15/2020). The rest is due on next month.
Make a bare-bones space-invader game using Javascript and HTML-5. Use the sprites attached, add some fitting sound effects. Be thorough with code documentation, state what the purpose is for each class/section in the code. If possible, write all the code into a single HTML-5 file. Make as few additions as possible. When I say bare-bones, I mean BARE. BONES. Write the code as if you're a high school student who can maybe scrape together a B- on a good test.
Write JavaScript Programs to do the following:(jsps2)
(1) Create a change-counting game that gets the user to enter the number of coins required to make exactly one dollar. The program should prompt the user to enter the number of pennies, nickels, dimes, and quarters. If the total value of the coins entered is equal to one dollar, the program should congratulate the user for winning the game. Otherwise, the program should display a message indicating whether the amount entered was more than or less than one dollar.
(2) A software company sells a package that retails for $100. Quantity discounts are given according to the following table:
Quantity Discount
1019 10%
2049 20%
5099 30%
100+ 40%
Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount.<
Write JavaScript Programs to do the following:(jsps2)
(1) Create a change-counting game that gets the user to enter the number of coins required to make exactly one dollar. The program should prompt the user to enter the number of pennies, nickels, dimes, and quarters. If the total value of the coins entered is equal to one dollar, the program should congratulate the user for winning the game. Otherwise, the program should display a message indicating whether the amount entered was more than or less than one dollar.
(2) A software company sells a package that retails for $100. Quantity discounts are given according to the following table:
Quantity Discount
1019 10%
2049 20%
5099 30%
100+ 40%
Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after t
When the button 'Run' is clicked the images from the 3 slots have to change cycle really fast and stop only when the 'Stop; button is pressed.
Field 'Score' has to go up 200 points if two slots are the same and 300 points if all the slots are the same.
Field 'Score historiek' has to have the points history Eg:200 -- 300
Field 'Aantal rolls' should go up by one every time the button roll is pressed.
Game has to stop after 3 rolls.
Button 'Replay' resets the game; sets all the fields on 0.
Using Node.js, write a simple online store with whatever it is that youre interested in. The main page should display a list of products on offer with an option of adding each product to the shopping cart. From the main page the user can also decide to checkout and is then transferred to the checkout view which presents his/her shopping cart where each product can be removed from the cart. The whole purchase can be either cancelled (which simply clears the shopping cart) or finalized (which permanently removes the products from the list). In either case, the user is redirected to the main page and an appropriate message is displayed. If the purchase is unsuccessful (e.g., one of the products was bought by another user in the meantime), the user should be redirected back to the shopping cart page with an appropriate message. The shopping cart view also allows the user to simply go back to the main page.
The products should be stored in a database (e.g., MySQL, MongoDb). Heres a link
Using Node.js, write a simple online store with whatever it is that youre interested in. The main page should display a list of products on offer with an option of adding each product to the shopping cart. From the main page the user can also decide to checkout and is then transferred to the checkout view which presents his/her shopping cart where each product can be removed from the cart. The whole purchase can be either cancelled (which simply clears the shopping cart) or finalized (which permanently removes the products from the list). In either case, the user is redirected to the main page and an appropriate message is displayed. If the purchase is unsuccessful (e.g., one of the products was bought by another user in the meantime), the user should be redirected back to the shopping cart page with an appropriate message. The shopping cart view also allows the user to simply go back to the main page.
The products should be stored in a database (e.g., MySQL, MongoDb). Heres a link