akbelcolak / React

Specifications React Module

Home Page:https://akbelcolak.github.io/React/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackYourFuture Belgium

React!

check the wiki for class materials an supporting resources


Weekly Projects

Each week there will be 2 projects:

Pass the tests in this repo:

The structure of a weekly projects is that of a create-react-app. This is boilerplate, a set of tools and a predefined structure to start writing React fast. The first project (week-1-project) will teach you all about how it works.

Follow a tutorial and submit a new repo:

Week 1 Tutorial: a weather app

Week 4 and 5

We will make a tiny group project encorporating all the things we learned in the previous weeks. More info soon...

Getting Started

Dependencies

Node

Make sure you have Node installed. If not https://nodejs.org/en/download/.

Yarn

Yarn is a package manager. Similar to npm. As this package manager is recommended by create-react-app we will use it throughout the exercises.

Yarn will install the dependencies defined in package.json.

Let's start

  • Navigate to the a week directory (e.g. week-1-project) in your document explorer.
  • Open the README.md file.

Status

Week 1 Project

Week 2 Project

Week 3 Project

About

Specifications React Module

https://akbelcolak.github.io/React/

License:Other


Languages

Language:JavaScript 69.3%Language:HTML 16.9%Language:CSS 13.9%