Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adityatandon007/pokedex-app
Pokedex app made using angular :fire: :fire:
https://github.com/adityatandon007/pokedex-app
angular angular-cli angular5 gh-pages
Last synced: 19 days ago
JSON representation
Pokedex app made using angular :fire: :fire:
- Host: GitHub
- URL: https://github.com/adityatandon007/pokedex-app
- Owner: adityatandon007
- Created: 2018-07-31T10:29:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T18:59:57.000Z (over 6 years ago)
- Last Synced: 2024-11-10T07:33:29.523Z (3 months ago)
- Topics: angular, angular-cli, angular5, gh-pages
- Language: TypeScript
- Homepage: https://adityatandon007.github.io/pokedex-app/
- Size: 2.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex App
This project was generated with [Angular CLI](https://github.com/angular/angular-cli)
## Development Steps
- Clone the repository using ` git clone `.
- Navigate to the cloned repository.
- Run ` npm install ` to install the dependencies.
- Run ` ng serve ` to serve and open ` localhost:4200 `.## Build Steps
Run ` ng build ` to build the project. Use the flag ` --prod ` for production.
## Project Images
![Home](./src/images/pokemon_list.png)
![Pokemon Description](./src/images/pokemon_description.png)## Demo
[Click Here](https://adityatandon007.github.io/pokedex-app/)