Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 873 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 873 Bytes

Google Keep Clone

A simple Google Keep Clone built with Angular.js and AngularJS Material

Requirements

Setup

  1. Execute the following command from a Terminal to clone the project from the Github:
git clone https://github.com/jorgeruvalcaba/google-keep-clone.git
  1. Change to google-keep-clone directory.
cd google-keep-clone
  1. Install dependencies from npm (Node.js required).
npm install
npm install -g grunt-cli
  1. Run Livereload Server
grunt
  1. Open localhost on port 9000:
http://localhost:9000/

Todo

  • Refactor all the app.js code.
  • Separate the html views.
  • Create custom directives for functionality.

For a quick review you can check the live demo.