This is the solution for Module 5: HTML, CSS, and JavaScript for Web Developers
Coursera course by Johns Hopkins University.
The Random Specials project modifies the existing restaurant web app so that clicking the Specials tile takes the user to a random menu category page instead of a fixed category.
- Modifies script.js to generate a random category short name
- Passes the random category to
$dc.loadMenuItems()
- Uses a random category list
- Clone this repository
- Open index.html in your browser
- Click "Specials" to go to a random category page
- Refresh and click again for different categories
Clicking Specials multiple times will show different category menu pages.
[YOUR_GITHUB_PAGES_URL]