DEV Community

Cover image for Automating your Web Profile using React JS
Praveen Kumar
Praveen Kumar

Posted on

Automating your Web Profile using React JS

As a Lazy Developer, I used to feel that we’re writing too much code, but getting only peanuts in terms of output. Why not we change this by automating a lot of things? Welcome to the world of scripting & automating based on data. 🔥

Today, we’re going to look at how we can automate a Personal Portfolio data. The first thing is that we need to capture the contents of the person, then we need to use some mapping techniques to create HTML & CSS out of it. ⚙

To do this, we’re going to create a React JS based User Interface and this is going to generate a JSON data based on the forms that we fill in. This JSON data will be used to convert the data into a beautiful website that you can flaunt! 😁


Haven’t you got much time to spend? ⏰ No worries, check out this one-minute trailer here:

Trailer

Or, if you’re interested in the full workshop, the primer of the series, check this out. Wait for more, BTW! 🔥

Full Picture

Top comments (0)