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

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

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)