Multi-page Angular2 Application, utilizing Firebase and the PokeAPI. The app lets users catch and battle Pokemon.
- Google Account and Anonymous login feature
- Tutorial for managing Pokemon
- Map with regions pulled from API that hold unique Pokemon
- Pokemon that level up, and are stored in Firebase
- Battle
- Habitat
- Home
- Login
- Tutorial
- Map
- Types mattering for attacks/pokemon (AKA Super-Effective!)
- Download project from GitHub: https://github.com/JStein92/pokemon-adventure
- Create Firebase web app and import "pokemon-database.json" into it. Set its Read and Write rules to "True". Get application settings from Firebase and paste into a new file named "api-keys.ts" in app folder.
- Run npm install, bower install, and ng serve.
- Open LocalHost:4200 in browser.
This project was generated with Angular CLI version 1.0.0.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.
#How To Contribute
- git clone from https://github.com/JStein92/pokemon-adventure
- create a fork from the master github repository
- git checkout -b
- commit to your fork throughout coding
- push to the forked github repository
- on github, click "new pull request" on your fork to merge changes
This project was generated with Angular CLI version 1.4.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.