https://github.com/pnvdev/nextjs-pokesearch-urlsearchparams
A simple Pokemon search application that uses urlSearchParams to handle the query string and filter the list without using useState
https://github.com/pnvdev/nextjs-pokesearch-urlsearchparams
nextjs14 pokemon-api queryparams
Last synced: 3 months ago
JSON representation
A simple Pokemon search application that uses urlSearchParams to handle the query string and filter the list without using useState
- Host: GitHub
- URL: https://github.com/pnvdev/nextjs-pokesearch-urlsearchparams
- Owner: pnvdev
- Created: 2024-03-13T22:49:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T23:38:53.000Z (about 2 years ago)
- Last Synced: 2025-01-28T02:17:11.852Z (about 1 year ago)
- Topics: nextjs14, pokemon-api, queryparams
- Language: TypeScript
- Homepage: https://nextjs-pokesearch-urlsearchparams.vercel.app/
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POKESEARCH-PROJECT
## A simple Pokemon search application that uses urlSearchParams to handle the query string and filter the list without using useState
## Getting Started with pokesearch-project
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.