An API built with with NextTS and Tailwind CSS to help website builders build their websites about Plants-vs-Zombies-2 easily!
Data's: Name • Special • Weakness • Range • Image • Description • Cost • Duration • Tile...
Plants-vs-Zombies API is deployed at Vercel and can be accessed by clicking here
- UI changes according to modes
- Error free data
- Unlimited requests
- No authorization.
- Fast and secure
This is a Next.js project bootstrapped with create-next-app
.
✓ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
✓ To contribute open an issue and leave a comment on what you want to contribute. It doesn't matter whether it is small or big.
✓ After the contribution your name will be added to the contributor list.
✓ Your name will be in the order in contribution list according to the size of contributions.
Plants-vs-Zombies API is an MIT Licensed web application.
You can read the docs to understand how to use the API. If the docs is not clear feel free to open an issue in github and ask your questions or doubts.
Suggestions are also welcome
If you think that this API helped you in making website or some other development please give your support by giving star to the repo in github 😋
First, install the npm packages and then run the development server:
npm install
#then
npm run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.