Module 6 Challenge Web APIs: Code Quiz
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
In this Challenge, you'll create a timed, multiple-choice coding quiz that can keep track of high scores and quiz-takers' initials.
As you proceed in your journey to becoming a front-end web developer, it’s likely that you’ll be asked to complete a coding assessment, perhaps as part of an interview process. A typical coding assessment is a combination of multiple-choice questions and interactive coding Challenges.
To help you become familiar with these tests and give you a chance to apply the skills from this module, this week’s Challenge invites you to build a timed coding quiz with multiple-choice questions. This app will run in the browser, and will feature dynamically updated HTML and CSS powered by JavaScript code that you write. It will have a clean, polished, and responsive user interface. This week’s coursework has taught you all the skills you need to succeed in this Challenge.
To get a local copy up and running, follow these simple example steps.
- none
To install, on the terminal type:
git clone git@github.com:fl4viooliveira/Code-Quiz.git
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Flavio Oliveira - @fl4viooliveira
Project Link: https://github.com/fl4viooliveira/Code-Quiz