Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbycrosz/takenote-frontend
An Evernote clone developed with Rails and EmberJS
https://github.com/sbycrosz/takenote-frontend
Last synced: about 2 months ago
JSON representation
An Evernote clone developed with Rails and EmberJS
- Host: GitHub
- URL: https://github.com/sbycrosz/takenote-frontend
- Owner: sbycrosz
- Created: 2014-01-25T17:00:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-16T18:05:36.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T11:58:23.587Z (9 months ago)
- Language: JavaScript
- Homepage: http://embernote.herokuapp.com/
- Size: 832 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== EmberNote
EmberNote is a web application designed for note-taking (think Evernote) built using Ruby on Rails (backend) and EmberJS (frontend) in 2014.The frontend code is built with EmberJS without using Ember Data on top of {Ember App kit}[https://github.com/stefanpenner/ember-app-kit]
This repository contains only the frontend (EmberJS) code. Interested in the backend? see the {backend repository}[https://github.com/sbycrosz/takenote-backend]
=== Features
1. Nice looking single page application (thanks EmberJS)
2. Nice WYSIWYG editor (thanks tinyMCE)
3. Well tested backend (thanks RSpec)
4. Well documented APIs (thanks Apiary)=== Demo Site
http://embernote.herokuapp.com/
=== Installation
Clone this repository
Install the dependencies
$ bower install
Run the server
$ grunt server=== TODO
- learn how to test EmberJS app