Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build a portfolio with React, No external framework/library
Rating: 4.8 out of 5(26 ratings)
279 students

Build a portfolio with React, No external framework/library

everything from scratch, no bootsrap, no tailwind. just React.
Created byJuan Camacho
Last updated 8/2022
English

What you'll learn

  • D.R.Y code
  • Reusable components
  • Documenting code
  • CSS variables

Course content

10 sections37 lectures3h 7m total length
  • Introduction0:48
  • Something to keep in mind0:17

Requirements

  • Basic HTML, CSS, Javascript and React

Description

In this beginners tutorial, you will learn how to use React.js to build a dynamic portfolio that can be updated whenever you want to show more projects! This beginners tutorial will be using dry code and functional components. We will not be using any framework or library, we will be using our own CSS and design, additionally, we will be able to document our code for future usage, either by you or your co-workers

What is react?
"React is a free and open-source front-end JavaScript library for building user interfaces or UI components. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications" -Wikipedia

What is dry code?
"Don't repeat yourself is a principle of software development aimed at reducing repetition of software patterns, replacing it with abstractions or using data normalization to avoid redundancy -Wikipedia

Why this course/tutorial?
This course will be detailed on each step and the logic used for each component.
Yes...you will be building a personal portfolio, but you will also learn skills that will help you in your personal and job-related projects! It will teach you how code can be reused for different purposes and make it more dynamic.

Who this course is for:

  • Beginners