Edit src/App.js and save to reload.

Learn React

KC Dev Pages

A simple project to get you started.

There is nothing fancy going on here. Just a create-react-app that is meant to help you figure out a few basics.

  1. How to clone an existing repo in GitHub
  2. How to create a feature branch to contribute to this open source project
  3. Give you real life experience

Why?

Sometimes there is just too much to learn from the start. You do not need to understand how to host a website or how to make your site secure with an SSL certificate. These were roadblocks for me when I started. This is a simple site hosted for you, that provides you with the bare necessities to start coding and gives you the abilitiy to provide a link to a live website where you can show what you have built.

This page is meant to be no frills so you can easily read and understand the code. Copy it and reuse it. There are a few classNames like "Basics-list", "Why-section", and this "Boxed-text" that you can find in the App.css file that can help you style your page as well.