S-Vlad / pokemon-react-app-example

example of my daily code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + Vite

The code provided in the project shows my everyday style. This is a simple responsive app that allows users to browse Pokemon characters using the API and persist search query in URL. The app consists of two pages: the "Home/Search" page and the "Details" page. The Home page features a search input field with a filtered list of results displayed below it. The Details page shows information about a specific character.

Installation

To run the project, you need to install pnpm: pnpm installation.

Then install dependencies: pnpm i

Launch

Run pnpm dev to launch the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

About

example of my daily code


Languages

Language:TypeScript 97.5%Language:HTML 1.3%Language:Shell 0.6%Language:CSS 0.3%Language:JavaScript 0.2%