Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
cedriclinares123 committed Dec 9, 2024
1 parent 4126c01 commit 991f7fa
Showing 1 changed file with 5 additions and 54 deletions.
59 changes: 5 additions & 54 deletions README.md
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

0 comments on commit 991f7fa

Please sign in to comment.