https://github.com/devrezaur/poke-wiki
Pokemon Wikipedia using PokeAPI Service.
https://github.com/devrezaur/poke-wiki
Last synced: 6 months ago
JSON representation
Pokemon Wikipedia using PokeAPI Service.
- Host: GitHub
- URL: https://github.com/devrezaur/poke-wiki
- Owner: DevRezaur
- Created: 2024-01-08T05:45:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T06:12:49.000Z (over 2 years ago)
- Last Synced: 2025-01-18T13:45:37.533Z (over 1 year ago)
- Language: SCSS
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Poke-Wiki: Wikipedia for Pokemons
Pokemon wikipedia application using the popular https://pokeapi.co API.
---
### UI Screenshots


---
### How to Run
#### Step 01: Clone the project using
```
git clone https://github.com/DevRezaur/poke-wiki.git
```
or
```
git clone git@github.com:DevRezaur/poke-wiki.git
```
#### Step 02: Navigate inside the project folder 'poke-wiki' and type the command to install the required packages and dependencies
```
npm install
```
#### Step 04: Run the project using
```
ng serve
```
### Have a nice day