Skip to content

A simple game to demonstrate how to get started with ReactJS. See the final result here: https://player-vs-monster.netlify.com/

Notifications You must be signed in to change notification settings

arthurdenner/player-vs-monster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

player-vs-monster

This project was build to demonstrate how to get started with ReactJS.

I believe it contains a lot of the basics: state, props, updating parent's state through children components, outputting arrays and interacting with events.

Branches

This project contains three branches:

  • master: Uses a single HTML file to create the whole game, a truly "getting started";
  • using-create-react-app: Uses the create-react-app CLI to build the game using ES modules. A lot more organized and a little more advanced;
  • improving-code: Besides using the create-react-app CLI, it uses functional/stateless components and the prop-types package.

About

A simple game to demonstrate how to get started with ReactJS. See the final result here: https://player-vs-monster.netlify.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published