Skip to content

Latest commit

 

History

History
 
 

00-welcome

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
intro

Welcome!

We are very excited to have you here! 🎉 😂

💬 Fundamentals:

During this course you will be learning the following concepts:

  1. Using JSX: A great syntax proposed by Facebook that mixes HTML and JS in the same file to help you write dynamic HTML.

  2. How to build components with React.js: The web is now being made using components: Angular, VUE, React, etc. All of them propose "component oriented" developments.

  3. All the tips to generate dynamic HTML: In the end, that is the main front-end developer objective: Creating dynamic HTML.

  4. Using JS Modules: Splitting your code into different files is the best way to organize and optimize your projects.

Useful Readings:

Useful Videos:

Contributors:

Thanks to these wonderful people (emoji key):

  1. Alejandro Sanchez (alesanchezr), contribution: (coder) 💻 (idea) 🤔, (build-tests) ⚠️, (pull-request-review) 👀 (build-tutorial) ✅ (documentation) 📖

  2. Paolo Lucano (plucodev), contribution: (coder), (build-tests) ⚠️

  3. Marco Gómez (marcogonzalo), contribution: (translator) 🌍

This project follows these specifications: all-contributors

Contributions of any kind are welcome!

Note:

🔹 We built the exercises incrementally, you should feel the progress little by little, and hopefully, the difficulty raising between exercises will never be too big to get you frustrated.

Click the next button on the top of these instructions to begin with the first exercise...