Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T23:38:53.000Z (10 months ago)
- Last Synced: 2024-03-14T00:29:54.567Z (10 months 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.