https://github.com/alvarowolfx/ng-pokedex
A pokedex web app using AngularJS and Pokeapi.co
https://github.com/alvarowolfx/ng-pokedex
Last synced: 4 months ago
JSON representation
A pokedex web app using AngularJS and Pokeapi.co
- Host: GitHub
- URL: https://github.com/alvarowolfx/ng-pokedex
- Owner: alvarowolfx
- Created: 2015-06-29T04:07:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T14:36:30.000Z (over 8 years ago)
- Last Synced: 2024-04-14T15:19:43.989Z (about 1 year ago)
- Language: JavaScript
- Homepage: alvarowolfx.github.io/ng-pokedex
- Size: 354 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex App
A pokedex web app using AngularJS and [Pokeapi.co](http://pokeapi.co/).This app was developed on the AngularJS Course that I gave. So I'm sharing the code for those who are interested in studying AngularJS.
Links for the slides:
* [Part one](https://www.slideshare.net/secret/HnFPzJnYQndCZJ)
* [Part two](https://www.slideshare.net/secret/avS82Tu0nXVbXA)## Pre requirements
- Node.js and NPM installed (I recommend to do something like [this](https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md) to install global packages without sudo )## How to run
- Install required npm packages, run this command on project folder :
```shell
npm install
```
- Start livereload server
```shell
npm start
```
## Style guide
The angular style guide followed by this project can be found [here](https://github.com/johnpapa/angular-styleguide)