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

https://github.com/devmianharoon/nextjs-assignment-4

Develop a Next js app and use states to ahow the name of a person from a list and on click of button it should print next or previous name from the list
https://github.com/devmianharoon/nextjs-assignment-4

nextjs-example nextjs14 nextjs14-typescript

Last synced: 9 months ago
JSON representation

Develop a Next js app and use states to ahow the name of a person from a list and on click of button it should print next or previous name from the list

Awesome Lists containing this project

README

          

## About APP
Develop a Next js app and use states to ahow the name of a person from a list and on click of button it should print next or previous name from the list
## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.