https://github.com/dotnize/pokedex
https://github.com/dotnize/pokedex
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotnize/pokedex
- Owner: dotnize
- Created: 2024-04-16T12:45:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T10:55:52.000Z (about 2 years ago)
- Last Synced: 2025-07-19T05:34:49.775Z (11 months ago)
- Language: Svelte
- Homepage: https://pokedex.nize.ph
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokedex
A simple Pokedex app using [PokeAPI](https://pokeapi.co/) for the KreiosLabs assessment.
Built with SvelteKit from my own simple [template](https://github.com/dotnize/svelte-playground) which is based on the official `create-svelte` TypeScript template, but with Tailwind CSS and my own Prettier & other formatting configurations.
## Setup
1. Clone the repository
```sh
git clone git@github.com:dotnize/pokedex.git
```
or via HTTPS:
```sh
git clone https://github.com/dotnize/pokedex.git
```
2. Install dependencies
```sh
npm install # or pnpm install
```
3. Run the development server
```sh
npm run dev # or pnpm dev
```
### Building for production
```sh
npm run build
# preview the production build
npm run preview
```
This project can also be deployed easily to Vercel or Netlify with no additional configuration.