4Geeks logo
About us

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

Social & live learning

The most efficient way to learn: Join a cohort with classmates just like you, live streams, impromptu coding sessions, live tutorials with real experts, and stay motivated.

← Back to Projects

Create a form in Node.js

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Not available

Live demo

Not available

Average duration

2 hrs

Technologies

Create un formulario en Node.js

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

🌱 How to start this project

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.

Strategy

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 🎊!

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

beginner

Repository

Click to open

Video

Not available

Live demo

Not available

Average duration

2 hrs

Technologies