Inspiration
A debate with some work mates.
What it does
It takes a HTML template and transforms it into javascript instructions that render the template client-side
How I built it
I used Python for the compiler and I wrote a js library to ease the code generation by Python
Challenges I ran into
Recursive structures when generating the structure (context changes, consistency, etc.)
Accomplishments that I'm proud of
It works!
What I learned
How to render DOM through js
What's next for templator.js
Continue the development to fix the bugs it still has
Log in or sign up for Devpost to join the conversation.