Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nascentdigital/angularphonecatalog


https://github.com/nascentdigital/angularphonecatalog

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# AngularPhoneCatalog

Pull the project from github
```
git clone https://github.com/nascentdigital/AngularPhoneCatalog.git
```

Change directory
```
cd AngularPhoneCatalog
```

Install node modules
```
npm install
```

Install bower modues
```
bower install
```

Start the server with grunt
```
grunt serve
```

1. Use the phoneCatalogue json file and the images provided to create a catalogue displaying the 3 phones.

2. Create a details page for each phone - The user should be able to navigate to this page by clicking on a phone in the catalogue.


Nice to have:
- Use ui-router to manage the application state
- Sort the phones by name or price