This is a simple web application that quizzes users on amino acids. Test your knowledge of amino acids with this interactive quiz!
Make sure you have the following software installed on your system:
- PHP: If you haven't already, download PHP from php.net.
- Web Browser: Use any modern web browser such as Chrome, Firefox, or Safari.
- Move into the home directory:
cd ~
- Clone the repository:
git clone https://github.com/mathiasverbeke0/AminoAcidQuiz.git
- Move into the project directory:
cd AminoAcidQuiz
- Start a PHP server:
php -S localhost:8080
- Open your web browser and visit
http://localhost:8000
to access the Amino Acid Quiz App.
-
Open the web application in your browser.
-
Select your preferred question and answer types.
-
Initiate the quiz by clicking the "Start Quiz" button.
-
Answer the questions to test your knowledge of amino acids.