https://github.com/laxmariappan/toolpress
A Next.js app with WordPress as backend
https://github.com/laxmariappan/toolpress
hacktoberfest headless-cms nextjs wordpress
Last synced: 2 months ago
JSON representation
A Next.js app with WordPress as backend
- Host: GitHub
- URL: https://github.com/laxmariappan/toolpress
- Owner: laxmariappan
- License: gpl-3.0
- Created: 2021-09-26T15:49:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-29T11:37:56.000Z (over 4 years ago)
- Last Synced: 2025-12-09T00:24:30.514Z (7 months ago)
- Topics: hacktoberfest, headless-cms, nextjs, wordpress
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToolPress
ToolPress is a Next.js app to display a list of tools (posts) from WordPress
## Installation
Clone the repo and run like any other Next.js app
```bash
npm run dev
```
## To-do
- Pagination
- Search
- Category archives
- Sorting
- Ratings or likes
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[GPL-v3](https://www.gnu.org/licenses/gpl-3.0.en.html)