Skip to content

Jasonjys/emberTasks

Repository files navigation

Ember-tasks

Introduction

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.

Thoughts

  • 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

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd ember-tasks
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links