https://github.com/hamlim/notedo
A plain text todo application - maybe
https://github.com/hamlim/notedo
component-library next nextjs react todo todos
Last synced: about 1 year ago
JSON representation
A plain text todo application - maybe
- Host: GitHub
- URL: https://github.com/hamlim/notedo
- Owner: hamlim
- Created: 2020-05-12T21:51:32.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T13:09:45.000Z (about 1 year ago)
- Last Synced: 2025-06-24T13:49:25.956Z (about 1 year ago)
- Topics: component-library, next, nextjs, react, todo, todos
- Language: JavaScript
- Homepage: https://notedo.now.sh/
- Size: 847 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notedo
A plaintext todo application - maybe
## Getting Started:
```sh
yarn
```
```sh
yarn dev
```
## Deploying:
```sh
yarn deploy
```
When you're ready to deploy to production:
```sh
yarn deploy-prod
```