, , , , , , , , , , , ,

[SOLVED] : you are asked to update the design of your fictional music app

$25

File Name: :_you_are_asked_to_update_the_design_of_your_fictional_music_app.zip
File Size: 602.88 KB

5/5 - (1 vote)

 This assignment is designed to have you practice working with HTML Forms via HTML, CSS, and JavaScript.  We will continue to iterate on your previous Assignment 4 and 5 Music App. You are asked to update the design of your fictional Music App.  This time, you will add some HTML Forms, including:  You must do all the work for this assignment on your own.  You may consult your notes, use the web for inspiration, but you should not copy code directly from other sites, use AI, or work with other students.  If you need help, ask your professor. Newsletter Sign-up Form A common requirement of many websites today is the ability to have users sign up for a newsletter.  This is a simple form that allows a user to enter their Email address and subscribe.  Here are a few examples for you to consider:   Create a footer in your main page and include a simple form that allows the user to sign up for a newsletter.  Make sure that the user can’t submit invalid data. To simulate submitting a form, you should POST to https://httpbin.org/post (see https://httpbin.org for info). Requesting a New Artist Add a new page, and links from the main page, to allow a user to Request a New Artist.  On this page, create a form that allows the user to specify the artist they would like to see added to the app.  This should include:  Make sure your form uses proper labels, types, attributes, names, don’t allow the user to input invalid data, etc. Also make sure your form is styled properly so it is easy to read and use. You will be marked on the design and effectiveness of your form. To simulate submitting a form, you should POST to https://httpbin.org/post (see https://httpbin.org for info).   Use a copy of the website starter project in the assignment-4 ZIP file.  Install all dependencies by running the following command in the root of the assignment (e.g., in the same directory as package.json): npm install Your code should all be placed in the src/ directory.  You can start a local web server to test your code in a browser by running the following command: npm start This will start a server on http://localhost:8080, which you can open in your web browser To stop the server, use CTRL + C  When you are finished, run the following command to create your submission ZIP file: npm run prepare-submission This will generate submission.zip, which you can hand in on Blackboard. 

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] : you are asked to update the design of your fictional music app
$25