Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.