• This repository has been archived on 17/Nov/2023
  • Stars
    star
    173
  • Rank 220,124 (Top 5 %)
  • Language
    TypeScript
  • Created over 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The official pokemon website is not that cool? Here is the alternative πŸ˜‰

Pokemon Awesome

Pokemon Awesome thumbnail

Pokemon Data

All Pokemon data used in this project comes from PokeAPI GraphQL Beta.
Playground: https://beta.pokeapi.co/graphql/console/

All Pokemon images (artwork) comes from https://github.com/PokeAPI/sprites

Getting Started

  1. Install dependencies using yarn install.
  2. Prepare environment variables (.env.local), refer to .env.example file.
  3. Prepare data using yarn prepare-data.
  4. Run development server using yarn dev.

For production, use this script: yarn build && yarn start

Quality Check

  • Prettier check: yarn format
  • ESLint check: yarn lint
  • TypeScript check: yarn lint:types
  • End-to-end test check: yarn test:e2e

Misc.

This project is using Next.js [TypeScript] + Tailwind CSS Starter Template.
The starter template contains:

  • ⚑️ Next.js 12
  • βš›οΈ React 18
  • 🎐 Tailwind CSS 3
  • πŸͺ„ Prettier β€” Format your code automatically, this will also run on save
  • 🧼 ESLint β€” Find & fix problems in your code, and auto sort your imports
  • 🐢 Husky & Lint Staged β€” Check & fix code when commit, block commit if bad code detected
  • πŸ“œ Commit Lint β€” Make sure the commit message follows the conventional commit
  • βš™οΈ Github Actions β€” Check your code on push & pull-request
  • πŸ€– Dependabot β€” Create pull-request to update your dependencies
  • πŸ”— Absolute Import β€” Import modules using @/ prefix
  • πŸ’Ÿ React Icons β€” Include popular icons in your React projects easily
  • 🌟 React Power-Ups β€” Collection of React hooks to speed-up your app development

More Repositories

1

floppy-disk

Lightweight, simple, and powerful state management library. The alternative for both Zustand & ReactQuery!! 🀯
TypeScript
75
star
2

react-power-ups

🌟 Collection of simple React hooks
TypeScript
48
star
3

nextjs-ts-starter-template

Next.js+Tailwind starter πŸš€ with ESLint, Prettier, commitlint, lint-staged, GitHub Action
JavaScript
10
star
4

vscode-js-ts-react-nextjs-snippets

JavaScript/TypeScript React/Next.js VSCode Snippets
TypeScript
6
star
5

kode-wilayah

KODEWILAYAH merupakan situs pencari nama dan kode wilayah administrasi di Indonesia, dari level provinsi sampai level desa.
CSS
5
star
6

presensi-kaizala

Aplikasi konversi presensi Kaizala dari format waktu UTC ke dalam format zona waktu Indonesia (WIB, WIT, atau WITA). Dapat juga digunakan untuk membantu membuat rekap presensi per pegawai.
CSS
5
star
7

spk

Sistem Pencarian Kode Klasifikasi Unofficial merupakan situs pencari kode berbagai jenis klasifikasi statistik yang diterbitkan Badan Pusat Statistik (BPS) seperti KBLI, KBJI, dan KBKI.
CSS
4
star
8

statistiku

Web-based statistical analytics tool
HTML
3
star
9

starwars

Star Wars
TypeScript
2
star
10

dev-disk

A tiny utility library for JavaScript/TypeScript project
TypeScript
2
star
11

kode-wilayah-dan-pos

Situs pencari kode wilayah atau kode pos suatu wilayah.
HTML
2
star
12

dom-dom-factory

Combine the declarative React-like syntax with the flexibility of vanilla JS.
TypeScript
2
star
13

nextjs-starter-template

Next.js+Tailwind+Zustand starter πŸš€ with ESLint, Prettier, commitlint, lint-staged, & GitHub Action
JavaScript
2
star
14

npx-afifu-setup

CLI to create Next.js project or setup existing project
JavaScript
1
star
15

floppy-disk-site

Floppy Disk (NPM package) official documentation
MDX
1
star
16

eslint-config-react-moonstone

βš™οΈ ESLint config for React TypeScript projects
JavaScript
1
star
17

afiiif.github.io

My personal website
Astro
1
star
18

frontend-boilerplate

[⚠️ Obsolete] Front-end boilerplate (+examples) using Next.js, Tailwind CSS, react-query, etc.
JavaScript
1
star