Technologies: HTML, CSS, JS, Bootstrap, Node, express or express-generator.
Let's create a form that is rendered from node/express using node's Embedded JavaScript templates
handler.
The idea is to create with Bootstrap render the different elements within the designer and pass the data to display dynamically, all the elements must be loaded in a main view called home.ejs
a) Configure express from scratch.
b) Create the project using express-generator.
π‘ Important: save your code to your new repository using add
, commit
and push
.
Take a few minutes to analyze π€― the image and draw your strategy on it, identify the components that you are going to use from bootstrap.
Once the strategy is finished you can start coding Start programming π!