Welcom to this repo, Quiz Leen is a simple project that I developed to improve my front-end programming skills.
First clone the repository, then open home page with your favorite browser or run it using live server and enjoy :)
- Home: The first page. Give user some information.
- Topics: Have a few categories to choose from.
- Exam: After select a topic you will be directed to this page.
- Articles: It's empty for now and may change to another thing.
There is already a local quiz which is so simple and was made in initial version of project.
The questions arrive from Quiz API which is a simple HTTP REST API for technical quizzes including a wide variety of topics, different difficulty levels, tags and also the limit number of questions; The arrival data in GET request can be filtered by each one of these parameters.
- Number: Can be chosen between 5 or 10
- Difficulty: There are easy, medium and hard
- Tags: These are received from API and multiple tags can be selected
Note: There are some problems in creating quiz with Tags that are due to the API
The new features that I look for:
- Showing quiz report with correct answers
- Add animation to styles
- Reduce duplicate code
- More descriptive errors
Thank you for supporting :)