-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4126c01
commit 991f7fa
Showing
1 changed file
with
5 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,12 @@ | ||
<<<<<<< HEAD | ||
# Todo-list | ||
Ember frontend coding exercise for interviews | ||
======= | ||
# todo-list | ||
|
||
This README outlines the details of collaborating on this Ember application. | ||
A short introduction of this app could easily go here. | ||
# Goals | ||
|
||
## Prerequisites | ||
1) Build a todo list that is capable of adding, removing, and editing different tasks. | ||
|
||
You will need the following things properly installed on your computer. | ||
2) Add the ability to add, remove, edit sub tasks | ||
|
||
* [Git](https://git-scm.com/) | ||
* [Node.js](https://nodejs.org/) (with npm) | ||
* [Ember CLI](https://cli.emberjs.com/release/) | ||
* [Google Chrome](https://google.com/chrome/) | ||
It is up the developer working on this to choose what UI will get built. It doesn't need to be fancy or styled in any particular way. Functionality is the most important thing | ||
|
||
## Installation | ||
|
||
* `git clone <repository-url>` this repository | ||
* `cd todo-list` | ||
* `npm install` | ||
|
||
## Running / Development | ||
|
||
* `npm run start` | ||
* Visit your app at [http://localhost:4200](http://localhost:4200). | ||
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests). | ||
|
||
### Code Generators | ||
|
||
Make use of the many generators for code, try `ember help generate` for more details | ||
|
||
### Running Tests | ||
|
||
* `npm run test` | ||
* `npm run test:ember -- --server` | ||
|
||
### Linting | ||
|
||
* `npm run lint` | ||
* `npm run lint:fix` | ||
|
||
### Building | ||
|
||
* `npm exec ember build` (development) | ||
* `npm run build` (production) | ||
|
||
### Deploying | ||
|
||
Specify what it takes to deploy your app. | ||
|
||
## Further Reading / Useful Links | ||
|
||
* [ember.js](https://emberjs.com/) | ||
* [ember-cli](https://cli.emberjs.com/release/) | ||
* Development Browser Extensions | ||
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi) | ||
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/) | ||
>>>>>>> a00b98b (Initial Commit from Ember CLI v5.6.0) | ||
There is no backend to save data so everything will be stored in local state |