https://github.com/primaryobjects/dragon-generator
A super duper scary dragon generator! Reactjs tutorial project.
https://github.com/primaryobjects/dragon-generator
Last synced: 10 months ago
JSON representation
A super duper scary dragon generator! Reactjs tutorial project.
- Host: GitHub
- URL: https://github.com/primaryobjects/dragon-generator
- Owner: primaryobjects
- Created: 2016-09-14T18:58:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-23T14:25:37.000Z (over 9 years ago)
- Last Synced: 2025-02-09T17:48:02.799Z (12 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dragon Generator
================
A super duper scary dragon generator!
Ok, actually, it's a reactjs tutorial project. :)
# Demo
http://primaryobjects.github.io/dragons/
# Tutorial
Building Your First React Javascript App
http://www.primaryobjects.com/2016/09/19/building-your-first-react-javascript-app/
# What Is It
This is a demo project, built with ReactJs, that demonstrates how to create a simple app. The demo contains a form, along with code for binding the input fields and processing the form submit. The UI template uses Twitter Bootstrap and Font-Awesome, while the underlying logic uses React javascript and node.js.