AI Tutor/Code Challenge generator
The website
Duration and Team size:
I made this website in six weeks on my own.
The Challenge Page:
This website is a website that uses Node.js and the Ollama api to generate code challenges based off of what you choose in the boxes (as seen below). After you click the 'Get Challenge' button the Ollama api will generate a challenge based off of the chosen: language, difficulty and subject (for example: Variables, Loops, Functions etc.). After the challenge (As seen in the second picture) you see there is checkboxes and arrow icons added so you can check off where you are in the challenge. If you click on the arrow button it will give you an explentation based on that step your stuck on (As seen in the third picture).



Submitting your code:
After you have done your challenge you can submit your code and let it give feedback to you (as seen in the top picture). On the challenge page it gives feedback according to the given challenge. On the base page (the index page) you can do the exact same but it gives feedback only based on the given code language (as seen in the picture below).

