codeezzi / utility

Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.
http://codeezzi-utility.surge.sh/
Apache License 2.0
12 stars 55 forks source link

Loan Calculator Finance Tool #65

Open Rearo43 opened 3 years ago

Rearo43 commented 3 years ago

Create a Loan Calculator in html,css and javascript.


Rearo43 commented 3 years ago

May I please be assigned to the Loan Calculator in Finance Tools?

Rearo43 commented 3 years ago

Would you be willing to use EJS templating instead of copying all the nav bar code and other features from the index.js file? Contributors would be able to just write one line, "<%- include('../../layout/nav') %>" for example into their code. That one line would import all the navbar code to the contributors file and eliminate any risk of typos, keeping the whole site layout completely uniform. If you were into using it I would be more than happy to go through and set up the file structure and update the README with instructions. This would also make the workflow much faster and simpler.

shubham2704 commented 3 years ago

Yes it would be great and

Would you be willing to use EJS templating instead of copying all the nav bar code and other features from the index.js file? Contributors would be able to just write one line, "<%- include('../../layout/nav') %>" for example into their code. That one line would import all the navbar code to the contributors file and eliminate any risk of typos, keeping the whole site layout completely uniform. If you were into using it I would be more than happy to go through and set up the file structure and update the README with instructions. This would also make the workflow much faster and simpler.

Yes it would be a great feature. Our team is planning on that, we will be adding the functionality of handlebars and middlewares . we will change the contributing guidelines as soon as this happens. But until then the guidelines remains the same and all the contributors have to manage with copy/paste, Because we have to also account for the beginner developers/contributors.

shubham2704 commented 3 years ago

@Rearo43 Are you still working on this?