Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.