Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brisklemonade/sveltekit-pokedex


https://github.com/brisklemonade/sveltekit-pokedex

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        


Pokedex made with Svelte Kit


A web app that has information on various pokemon.

## Overview

Svelte was chosen for this project because it is a "rich, state-model-based ES6 component framework" with few dependencies, requiring only html, javascript, and CSS. There are no client-side dependencies, once compiled with svelte; it's just plain JS.

Svelte is a simple compiler that allows you to create a reactive, stateful, and dependency-free web application in pure javascript.

Furthermore, the Svelte API is so simple and well-designed that you can learn it from scratch in no time at all!

## Installation

1.

```bash
git clone https://github.com/Brisklemonade/sveltekit-pokedex.git
```

2. `cd sveltekit-pokedex`
3. `npm i`
4. `npm run dev`

## API

I used the [PokeAPI](https://pokeapi.co/) to create this project.