/todo

todo app playground to learn angularjs

Primary LanguageCSS

TODO

TODO is a playground app written to learn and demonstrate AngularJS features.

Overview

This is a client-side, javascript application doing some calls to the trivial backend, which actually has been implemented using node.js

How to start local backend server:

  1. Checkout the app with:

git clone https://github.com/arturopala/todo.git todo

  1. Install node.js

  2. Go to the app directory

  3. Install server dependencies with: sudo npm install

  4. Start the TODO app server: node server.js

  5. Open the app in the browser: http://localhost:8888/