/ReactTodoApp

Primary LanguageJavaScriptMIT LicenseMIT

React Todo Application

Live Demo

http://enigmatic-peak-52908.herokuapp.com/

About

This is a todo application build on React.

Here are some tools that I used:

Built With

  • React - This is the Javascript framework used.
  • Babel - Babel is a transpiler for JavaScript best known for its ability to turn ES6 (the next version of JavaScript) into code that runs in your browser.
  • Redux - Redux is a predictable state container for JavaScript apps.
  • Foundation - I used Foundation for styling application.
  • jQuery - I used jQuery in application.
  • Heroku - I also used Heroku in order to deploy the application.

Requirements

  1. Node & Npm.
  2. Any text editor, Atom prefered.

Installing

  1. Download this project or clone as shown:
  2. git clone git@github.com:Nitin96Bisht/ReactTodoApp.git

  3. Install node modules as shown below:
  4. cd ReactTodoApp
    npm install

  5. Run project as shown below:
  6. node server.js

Testing

npm test

Author

Nitin Bisht

License

This project is licensed under the MIT License.