Skip to content

Booking/reservation demo application using React, Flux and local storage.

Notifications You must be signed in to change notification settings

johnmaster208/dayplanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REACTive Day Planner

ReactJS + Flux demonstration calendar/booking application.

Highlights

  • Working Components, Actions, Dispatchers and Stores
  • Mock API for working with Appointments
  • Browserify for bundling
  • Reactify for JSX transforming
  • Ships with local Gulp tasks for Linting, building and local Web serving

Installing locally

  • Clone the repository on your local environment
git clone https://github.com/johnmaster208/dayplanner.git
  • cd into the dayplanner directory
  • Install npm dependencies
npm install
  • After npm modules are downloaded run gulp default task
gulp

Your default browser should open the application at the following address:

http://localhost:5000/#/dashboard

If your hostname or port conflict with these, feel free to modify the config variables in the gulpfile.js

Demo

Demonstration available on Heroku

About

Booking/reservation demo application using React, Flux and local storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published