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
- Host: GitHub
- URL: https://github.com/devmianharoon/nextjs-assignment-4
- Owner: devmianharoon
- Created: 2023-12-11T09:49:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T10:05:34.000Z (over 2 years ago)
- Last Synced: 2025-02-26T13:28:38.820Z (about 1 year ago)
- Topics: nextjs-example, nextjs14, nextjs14-typescript
- Language: TypeScript
- Homepage: https://nextjs-assig4bydevmianharoon.vercel.app/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.