Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nascentdigital/angularphonecatalog
https://github.com/nascentdigital/angularphonecatalog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nascentdigital/angularphonecatalog
- Owner: nascentdigital
- Created: 2015-03-24T03:06:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T14:15:53.000Z (almost 10 years ago)
- Last Synced: 2024-04-17T04:57:41.428Z (9 months ago)
- Language: ApacheConf
- Size: 531 KB
- Stars: 1
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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