在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jamesqquick/Build-A-Quiz-App-With-HTML-CSS-and-JavaScript开源软件地址:https://github.com/jamesqquick/Build-A-Quiz-App-With-HTML-CSS-and-JavaScript开源编程语言:JavaScript 36.0%开源软件介绍:Build a Quiz App with HTML, CSS, and JavaScriptVideo Playlist: https://www.youtube.com/playlist?list=PLB6wlEeCDJ5Yyh6P2N6Q_9JijB6v4UejF Build a Quiz App with HTML, CSS, and JavaScript to improve your Core Web Development Want to improve your core Web Develoment skills? Want to improve your knowledge of HTML, CSS, and JavaScript? In this course, you're going to learn how to build a Quiz application without the assistance of libraries or frameworks. Here are some of the topic we will cover!
Course Intro and ResourcesWelcome to "Build a Quiz App with HTML, CSS, and JS". I'm so excited you decided to take the initiative to improve your core Web Development skills! In this course, we are going to use fundamental HTML, CSS, and JavaScript skills to build a quiz application. This application will be able to load questions from a 3rd party API, track and display high scores, and so much more! You'll learn how to use Local Storage, create animations, use modern ES6 JavaScript features, and more. Resources 1. Create and Style the Home PageIn this video, we are going to create the home page along with a good chunk of the necessary CSS. The home page will consist of a few links for the Game and High Scores pages. We will also create helper CSS classes for Flexbox, buttons, and hiding elements. I encourage you all to take a look at Emmet snippets for generating HTML and CSS. Resources 2. Create and Style the Game PageIn this video, we will create the Game Page and display static question and answer information. Eventually, we will load questions from an API, but for now, we will hard code one question so to establish styling. 3. Display Hard Coded Question and AnswersIn this video, we will load questions from a hard coded array and iterate through available questions as the user answers them. We will use custom data attributes, the ES6 spread operator, and JavaScript arrow functions. Resources
4. Display Feedback for Correct/Incorrect AnswersIn this video, we check the user's answer for correctness and display feedback to the user before loading the next question. Resources 5. Create Head's Up Display (HUD)In this video, we will create a Heads Up Display (HUD) for our quiz app. This will display the user's score and current question number. Resources 6. Create a Progress BarIn this video, we will take our HUD one step further by creating a visual progress bar to track the user's progress through the questions. 7. Create and Style the End PageIn this video, we will create our End page where we will display the user's achieved score. This screen will provide a form for saving the score and links for playing again or going home. Resources 8. Save High Scores in Local StorageIn this video, we will save and maintain a high scores array in Local Storage. To do this, we will need to JSON.stringify() and JSON.parse() to convert our high score array to a string and visa versa. Resources 9. Load and Display High Scores from Local StorageIn this video, we will create our High Scores page. We will have to load the high scores from Local Storage, iterate through them, and display them on the screen. Resources 10. Fetch API to Load Questions From Local JSON FileIn this video, we will move our sample questions from a hard coded array to an external .json file. This will help clean up our Game.js file and set ourselves up to request questions from an API in the next video. Resources 11. Fetch API to Load Questions from Open Trivia APIIn this video, we will use Fetch to request a list of questions from the Open Trivia DB API. Reources 12. Create a Spinning LoaderIn this video, we will create a simple spinning loader in CSS that will be displayed until we are finished requesting/loading questions from the API. Resources 13. ClosingThank you so much for going through this course. I truly hope that you enjoyed it and that you have improved your core Web Development skills!! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论