https://github.com/remrkabledev/pokedex-ts-edition
A Pokedex Application made with TypeScript
https://github.com/remrkabledev/pokedex-ts-edition
css html javascript pokeapi pokedex-application typescript
Last synced: 2 months ago
JSON representation
A Pokedex Application made with TypeScript
- Host: GitHub
- URL: https://github.com/remrkabledev/pokedex-ts-edition
- Owner: reMRKableDev
- Created: 2021-01-28T17:43:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-03T10:42:55.000Z (over 5 years ago)
- Last Synced: 2025-07-29T16:20:30.212Z (11 months ago)
- Topics: css, html, javascript, pokeapi, pokedex-application, typescript
- Language: JavaScript
- Homepage: https://remrkabledev.github.io/pokedex-ts-edition/
- Size: 523 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokédex (TypeScript Edition) 🚀🚀🚀
A simple Pokédex built with TypeScript. Makes use of the PokéApi to call in data asynchronously.
This main purpose of this project is to learn how to use TypeScript on the DOM.
Colors used are found 👉 [here](assets/pokemon-colors.png) 👈

## Getting Started 🏁
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need installed on your local machine.
```
Text editor
TypeScript installed
Git
```
### How To:
To use the app:
```
1. Fork and/or Clone repo.
2. Launch the 'index.html' file in your local environment.
```
Have fun :)
## Authors 💻
- **Malcolm R. Kente** - _Initial work_ - [reMRKable Dev](https://remrkabledev.com/)
## Acknowledgments 🗣️
This project was made by following the guide of [Ibrahim Ndaw's repo](https://github.com/ibrahima92/pokedex-typescript)