Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stravo1/stacc
another task manager
https://github.com/stravo1/stacc
pwa react reactjs redux task-manager
Last synced: 3 months ago
JSON representation
another task manager
- Host: GitHub
- URL: https://github.com/stravo1/stacc
- Owner: stravo1
- Created: 2021-11-01T03:53:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T18:50:25.000Z (about 2 years ago)
- Last Synced: 2023-05-02T12:54:29.232Z (almost 2 years ago)
- Topics: pwa, react, reactjs, redux, task-manager
- Language: JavaScript
- Homepage: https://stravo1.github.io/stacc
- Size: 12.4 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![icon](public/icons/android-icon-36x36.png) [stacc](https://stravo1.github.io/stacc)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Stravo1/stacc) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/stravo1/stacc) ![GitHub last commit](https://img.shields.io/github/last-commit/Stravo1/stacc) ![Website](https://img.shields.io/website?down_message=offline&up_color=green&up_message=online&url=https%3A%2F%2Fstravo1.github.io%2Fstacc%2F) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stravo1/stacc/deploy.yml)
a free, open, web-based task manager which syncs across devices!
highlights:
- view progress of tasks
- group tasks using tags
- differentiate tasks with beautiful colors
- sync across devices effortlessly## [User guide](https://github.com/Stravo1/stacc/wiki)
Take a look at the [Github wiki](https://github.com/Stravo1/stacc/wiki) for detailed guide on how to use the app.### Dependencies
This webapp is created using:
>1. [ReactJS](https://reactjs.org/)
>2. [React Router](https://reactrouter.com/)
>3. [React Redux](https://react-redux.js.org/)
>4. [React Suite](https://rsuitejs.com/)
>5. [Google Drive API](https://developers.google.com/drive/api)To build the app yourself, clone this repository and run `npm install` and then `npm run start`