dfirebaugh / clock-face

A simple React app to demonstrate how to use React
0 stars 9 forks source link

Clock Face

This a simple react app for an Intro to React Workshop that I'm running.

Getting Started :rocket:

First we'll clone the project.

git clone https://github.com/dfirebaugh/clock-face

cd clock-face

npm install && npm start

Open the project and install node dependencies.

Demo

You can see the demo from here: https://dfirebaugh.github.io/clock-face/

MeetUp

React is a declarative, efficient, and flexible JavaScript library for building user interfaces.

This talk will go over some basic concepts of React to get you up and going building React apps.

There will be a discussion, then we will have free time to work on building a basic app with react.

Click here to go to details of meetup

Inspired