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

https://github.com/quicoto/to-do

To Do WordPress Theme
https://github.com/quicoto/to-do

theme wordpress

Last synced: about 2 months ago
JSON representation

To Do WordPress Theme

Awesome Lists containing this project

README

          

# To Do WordPress Theme

A To Do list functionality with posts.

- Frontend form to publish items (stored as "posts" in the database).
- Mark items as done.
- No single view.
- No archive view.
- No pagination.

## Posible improvements

- Edit posts
- Search posts
- Pagination

## Development

Install dependencies:

```npm i```

Build JS and CSS for production:

```npm run build```

Watch for the changes on JS and SCSS files and build everything:

```npm run watch```

## Screenshot

![Screenshot Mobile](screenshot_mobile.png)

![Screenshot Desktop](screenshot_desktop.png)