MaciejWiatr / react-pokedex

Home Page:react-pokedex-gray.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokedex App

Pokedex app based on React/Next.js framework with a little bit of zest :)

Demo

https://react-pokedex-gray.vercel.app

Features

  • Light/dark mode toggle
  • Typescript-ensured type validation
  • React-query based api calls
  • Pokemon filtering
  • Delightful loaders and transitions using framer-motion
  • Zustand as a global state management
  • E2E Tests with Cypress
  • Impeccable file structure
  • Automatic deploys to Vercel

Authors

Running Tests

To run tests, run the following command

  npm run test:prod

Installation

Install my-project with npm

npm install

Dev server

npm run dev

Production server

npm run build
npm run start

Screenshots

App Screenshot

About

react-pokedex-gray.vercel.app


Languages

Language:TypeScript 59.9%Language:SCSS 17.5%Language:JavaScript 12.8%Language:CSS 9.7%