Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brisklemonade/sveltekit-pokedex
https://github.com/brisklemonade/sveltekit-pokedex
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brisklemonade/sveltekit-pokedex
- Owner: Brisklemonade
- License: mit
- Created: 2021-10-20T06:27:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T05:51:31.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T20:56:58.796Z (over 1 year ago)
- Language: Svelte
- Homepage: sveltekit-pokedex-chi.vercel.app
- Size: 5.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.