Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saifshahriar/taskas
A simple task manager app intend to run in your browser.
https://github.com/saifshahriar/taskas
javascript task-manager todo
Last synced: 3 days ago
JSON representation
A simple task manager app intend to run in your browser.
- Host: GitHub
- URL: https://github.com/saifshahriar/taskas
- Owner: saifshahriar
- License: mit
- Created: 2025-01-27T17:51:55.000Z (4 days ago)
- Default Branch: master
- Last Pushed: 2025-01-27T18:10:46.000Z (4 days ago)
- Last Synced: 2025-01-27T18:45:18.313Z (4 days ago)
- Topics: javascript, task-manager, todo
- Language: JavaScript
- Homepage: https://taskas.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taskas
A simple task manager app intended to run in your browser.## How to run
### One-click run
Visit the [vercel app](https://taskas.vercel.app/)### Run locally
1. Simply clone the repo```
git clone https://github.com/saifshahriar/taskas.git --depth=1
```2. And run the `index.html` file in your browser.
```
xdg-open ./index.html
```## Contributing
This project was built as a part of my JavaScript learning process. Bugs are
expected. Issues and pull requests are welcome.