A simple Google Keep Clone built with Angular.js and AngularJS Material
- Execute the following command from a Terminal to clone the project from the Github:
git clone https://github.com/jorgeruvalcaba/google-keep-clone.git
- Change to google-keep-clone directory.
cd google-keep-clone
- Install dependencies from npm (Node.js required).
npm install
npm install -g grunt-cli
- Run Livereload Server
grunt
- Open localhost on port 9000:
http://localhost:9000/
- 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.