A webapp that tracks the user's competence in building and launching webapps.
Alpha version up at: https://web-dev-quiz.fly.dev
GitHub link at: https://github.com/vholm33/web-dev-quiz
ONLY MOBILE VERSION MADE View with 550px width!
Features:
FRONTEND:
- A quiz to test your skills.
- A results page straight after the quiz "personal_results.html"
- Another page which let's you view all your results dynamically from a list, accessed by the link in personal_results.html or throug the results icon in the bottom bar.
- A logIn button in the bar which creates a localStorage ID assigned to you which holds all your results.
- A global results page which shows the results of everyone averaged out.
BACKEND:
- Routing and logic for the internal API.
- Two different json files instead of databases.
I also deployed the website to make the API an actual WebAPI and make it accessible from anywhere.