Skip to content

Contact manager app with ReactJS and Flux architecture

License

Notifications You must be signed in to change notification settings

pairyo/Contact-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact-Manager

This is a simple Contact Manager created as a practice with Facebook's Flux architecture and using React for UI components. Feel free to fork and play around with it.

Demo

http://pooria.co/cmapp

Quickstart

The project dependencies are not included in this repository. To install all the dependencies you will need NPM. Run this command in the main directory:

npm install

Also run this to create bundle.js with browserify, it will update the file everytime you make a change in your JavaScript files.

npm start

About

Contact manager app with ReactJS and Flux architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • HTML 5.3%
  • CSS 1.1%