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
- Host: GitHub
- URL: https://github.com/quicoto/to-do
- Owner: quicoto
- License: gpl-2.0
- Created: 2020-08-11T22:31:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T17:58:29.000Z (over 5 years ago)
- Last Synced: 2025-01-12T16:49:06.059Z (over 1 year ago)
- Topics: theme, wordpress
- Language: PHP
- Homepage:
- Size: 4.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

