chrisnunes57 / hacs-opensource-learning

The home of HACS web development curriculum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lesson 0: Introduction

Hi! Welcome to the HACS repository of web development knowledge (HACSROWDK, if you will). Inside the HACSROWDK you'll find instructions for different projects that will take you through a range of different web development skills, from beginner to advanced.

So how does this work?

This project is hosted on a website called Github! If you're not familiar with it, Github is a website that people use to host/store their code and projects. Users create what are called repositories, and all the code for a specific project would go inside of one repository. This curriculum is hosted on Github in a repository called "hacs-opensource-learning".

Inside of the repository, there can be both files and folders. If you look in the main directory for the repository, you can see a list of folders, each one containing a different project.

folders

Each folder contains the following:

  • A demonstration of what you'll be building
  • A list of technologies you'll use to build it
  • Instructions on how to build it
  • Finished code to reference if you get stuck along the way

Do I need to download/install anything?

It depends! For beginner-intermediate projects, we will be writing code in an online editor called CodePen. CodePen is a super useful online tool for creating websites using HTML, CSS, and Javascript, and that's what we'll use for the first few levels of projects.

If you haven't ever used an online program to write code, don't worry! Just create a free CodePen account for now, and follow the instructions in the first project to see how to get started.

What order should I do the projects in?

You can really do them in any order you want if you're feeling crazy, but here is my recommended sequence (based on difficulty):

  1. First Project
  2. All About Me
  3. Recipe
  4. Rainbow Blocks
  5. Sun and Moon

What happens if I get lost/stuck?

If you get stuck on a problem, or run into some weird bug that doesn't make any sense (this does happen), feel free to email/message/dm Chris Nunes in the HACS slack, Facebook, or on any platform, really.

You can also feel free to skip around projects if you don't enjoy one or if you get stuck!

I really want to learn ____, but there's no project on here!

If there's something that you want to learn about and you can't find good resources online, feel free again to email/message/dm Chris Nunes in the HACS slack, Facebook, or on any platform, really. We'll get it added ASAP.

About

The home of HACS web development curriculum