https://github.com/lebrancconvas/dreamteam-pokemon-battle
Create The Best Team for Pokemon Battle by using PokeAPI. (Typescript)
https://github.com/lebrancconvas/dreamteam-pokemon-battle
api application-programming-interface personal-project pokeapi pokemon pokemon-api side-project typescript
Last synced: 8 months ago
JSON representation
Create The Best Team for Pokemon Battle by using PokeAPI. (Typescript)
- Host: GitHub
- URL: https://github.com/lebrancconvas/dreamteam-pokemon-battle
- Owner: lebrancconvas
- Created: 2022-05-06T12:11:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T18:31:59.000Z (over 3 years ago)
- Last Synced: 2025-01-08T19:47:22.315Z (10 months ago)
- Topics: api, application-programming-interface, personal-project, pokeapi, pokemon, pokemon-api, side-project, typescript
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DreamTeam Pokemon Battle
## Overview
Generate Perfect Pokemon Team for Pokemon Battle by using Pokemon's Stats that are got from PokeAPI.
## Tech Stack
### Programming Language
- Typescript
### Data
- PokeAPI
### Server
- Express
## Setup
Setup the project by following the steps below.
- Clone the repository.
- Install dependencies by using NPM or Yarn depends on yours.
- If you use NPM, Please following the command below for Installing the dependencies.
`npm install`
- If you use Yarn, Please following the command below for Installing the dependencies.
`yarn`
- Running in Development Mode. by following the command below.
- If you use NPM, Please following the command below for Installing the dependencies.
`npm start`
- If you use Yarn, Please following the command below for Installing the dependencies.
`yarn start`