This is a simple practice test site to help circle 12 members of Altschool Karatu cohort prepare for technical coding exams.
Follow these steps to create your own version of the quiz and customize to your need, or to simply play offline.
- Fork the repository: Click the "Fork" button on GitHub to create your own copy of the project.
- Clone the repository: Clone your forked repository to your local machine using git clone.
- Run: with your IDE's live server.
- Make changes: You're free to modify the quiz questions, answers, and other content as needed.
- Test the quiz: Ensure the quiz functions correctly by taking it yourself.
- Deploy the quiz (optional): If you want to share your quiz with others, deploy it to a hosting platform.
We welcome contributions to improve the quiz! Here are some areas where you can help (check the Issues tab):
- Create the CSS quiz page: Develop the HTML, CSS, and JavaScript for the CSS quiz section.
- Add more JavaScript questions: Contribute new JavaScript questions based on Altschool learning content.
- Improve User Interface: Make the Html quiz page more user friendly using best practices.
To contribute:
- fork the repository,
- create a new branch for your feature, and submit a pull request.
- Please ensure your code adheres to the project's coding standards and run proper tests before submitting.