An ember appliction that allows user to sign up and sign in(or third party login) to the website using firebase authentication. User can add, delete and edit thier tasks. You can call it a todo list. The application is built using ember pods structure, so it is really easy to follow.
- add location for each task(can have a toggle button to turn it on or off when user creates a new task)
- add checkbox and background color to show each task's current state. For example a checked task will have a backgrund color of green which means this task is done and an unchecked task will show a background color of red to indicate this task is still on going.
- add count down timer for tasks
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd ember-tasks
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.