The end product of the web app is a fully rendered HTML that a user can showcase as his portfolio website or just a web resume.
- What we do is simple, we pick up a free HTML template from the internet.
- This Template is chosen to be an option for user to pick as a portfolio website.
- We change the HTML document for this template and put in EJS tags wherever necessary.
- Now this EJS script is filled dynamically by JS in accordance to the details user gives in our React App.
- The end HTML file which is filled by user details are returned back to the user.
Currently we have only one template as an option, but we like to create more such ready to use templates as EJS script.
What the contributor should do?
Some quick notes.
The end product of the web app is a fully rendered HTML that a user can showcase as his portfolio website or just a web resume.
Currently we have only one template as an option, but we like to create more such ready to use templates as EJS script.
What the contributor should do?
Some quick notes.