Skip to content

jorgeruvalcaba/google-keep-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Google Keep Clone built with Angular.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published