Skip to content

method7/react-flux-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Calculator based on the Flux TodoMVC Example

Flux is An application architecture for React utilizing a unidirectional data flow. Built as a skills test for a potential client who requested a "Web calculator built using Facebooks React.js" I was quite pleased with it but never heard from them again. Two days R&D fell into the recruitment black hole Contributions / feedback are welcome.

Running

You must have npm installed on your computer. From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build the project, first run this command:

npm start

This will perform an initial build and start a watcher process that will update build.js with any changes you wish to make. This watcher is based on Browserify and Watchify, and it transforms React's JSX syntax into standard JavaScript with Reactify.

To run the app, spin up an HTTP server or simply open the index.html file in a browser.

Credit

Application Architecture was heavily influenced by Bill Fisher's TodoMVC.

License

Flux is BSD-licensed. We also provide an additional patent grant.

About

Simple calculator built using facebook's react.js and flux application architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors