Coder Social home page Coder Social logo

30-days-of-react's Introduction

30 days of react

This repo contains the entire source and content for the article series of 30 days of React hosted by the Fullstack.io team.

How to use this repository

The repository contains all the sources for the article series where each day is separated out by branch. For instance, the day-1 branch is contained in the day-1 branch.

To list all the available branches, you can run the git branch command in this directory after cloning it locally. It's also available in the github interface.

To only fetch a particular day, you can clone the branch directly using the git tool. For instance, to get day 8 from the repo, use the following:

git clone https://github.com/fullstackreact/30-days-of-react --branch day-8

Alternatively, clone the entire repository and check out the day-8 branch as a tracking branch.

git clone https://github.com/fullstackreact/30-days-of-react
cd 30-days-of-react
git checkout --tracking -b origin/day-8 day-8

What's in it?

Every day contains a full react application, following the same procedure used to create the article series. Every day can be run using the same basic steps. For the days that require a bit more work, check out the tutorial series on the blog.

The steps to use a day from the 30 days of React project are:

  1. Install the dependenciees
  2. Run the project

We can run these steps using the following commands:

yarn install
yarn start

Since all of the days are built using the fantastic create-react-app tool, all of the commands are available from that project in every day.

30-days-of-react's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.