Plants-vs-Zombies-API
An API built with with NextTS and Tailwind CSS to help website builders build their websites about Plants-vs-Zombies-2 easily!
Features
- UI changes according to modes
- Error free data
- Unlimited requests
- No authorization.
- Fast and secure
Technologies
This is a Next.js project bootstrapped with create-next-app
.
Contributors
Contributing?
✓ 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.
License
Plants-vs-Zombies API is an MIT Licensed web application.
Docs
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
Support
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
Installing Guide
First, install the npm packages and then run the development server:
npm install
#then
npm run dev
# or
yarn 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.
Learn More
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!