Skip to content

gsbingo/react-made-simple-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This WorkshopSetupStep by StepCreditsRelated

React Made Simple

An webapp with studying purposes, that consumes the SWAPI - The Star Wars API.

This repository have 8 step by step branches, ordered by app growth, while you learn the React concepts.

Setup

Follow these steps:

# Clone this repository
$ git clone https://github.com/brenohq/react-made-simple-workshop

# Go into the repository
$ cd react-made-simple-workshop

# Install dependencies
$ npm install

# Run the app
$ npm start

Step By Step

# kill the previous npm command and 
$ git checkout step-1

# Install dependencies
$ npm install

# Run the app
$ npm start

# Repeat these steps with step-x branch
$ git checkout step-2

Credits

This software uses code from several open source packages.

Related

SWAPI - The Star Wars API

About

An React.js workshop ministrated by me on the http://seti.ufla.br/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • HTML 6.2%