All Projects → madhanganesh → Taskpad

madhanganesh / Taskpad

app to enter your daily tasks and tag them

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Taskpad

Pgcli
Postgres CLI with autocompletion and syntax highlighting
Stars: ✭ 9,985 (+9060.55%)
Mutual labels:  postgres
Simple recommender
A simple recommendation engine for Rails/Postgres
Stars: ✭ 101 (-7.34%)
Mutual labels:  postgres
Pgtyped
pgTyped - Typesafe SQL in TypeScript
Stars: ✭ 1,734 (+1490.83%)
Mutual labels:  postgres
Auth0
Authentication in shinyapps using Auth0 service
Stars: ✭ 100 (-8.26%)
Mutual labels:  auth0
Marcel
A modern shell
Stars: ✭ 100 (-8.26%)
Mutual labels:  postgres
Iotstack
docker stack for getting started on IOT on the Raspberry PI
Stars: ✭ 1,383 (+1168.81%)
Mutual labels:  postgres
Teleport
Certificate authority and access plane for SSH, Kubernetes, web apps, databases and desktops
Stars: ✭ 10,602 (+9626.61%)
Mutual labels:  postgres
Auth0 Aspnetcore Webapi Samples
Auth0 Integration Samples for ASP.NET Core WebAPI Services
Stars: ✭ 109 (+0%)
Mutual labels:  auth0
Activerecord Clean Db Structure
Automatic cleanup for the Rails db/structure.sql file (ActiveRecord/PostgreSQL)
Stars: ✭ 101 (-7.34%)
Mutual labels:  postgres
Pg flame
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
Stars: ✭ 1,391 (+1176.15%)
Mutual labels:  postgres
Nancy
Fully automated database experiments. THIS IS A MIRROR OF https://gitlab.com/postgres.ai/nancy
Stars: ✭ 100 (-8.26%)
Mutual labels:  postgres
Go Structured Query
Type safe SQL query builder and struct mapper for Go
Stars: ✭ 101 (-7.34%)
Mutual labels:  postgres
Npgsql.fsharp.analyzer
F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
Stars: ✭ 103 (-5.5%)
Mutual labels:  postgres
Oxidizer
📦 A Rust ORM based on tokio-postgres and refinery
Stars: ✭ 100 (-8.26%)
Mutual labels:  postgres
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+42037.61%)
Mutual labels:  postgres
Node Postgres
PostgreSQL client for node.js.
Stars: ✭ 10,061 (+9130.28%)
Mutual labels:  postgres
Morpheus
Reactive type-safe Scala driver for SQL databases
Stars: ✭ 101 (-7.34%)
Mutual labels:  postgres
Ugin
UGin is an API boilerplate written in Go (Golang) with Gin Framework.
Stars: ✭ 110 (+0.92%)
Mutual labels:  postgres
Dotnet Istanbul Microservices Demo
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
Stars: ✭ 109 (+0%)
Mutual labels:  postgres
Ehealth.api
Index page and integration layer for projects that related to Ukrainian Health Services government institution
Stars: ✭ 103 (-5.5%)
Mutual labels:  postgres

Taskpad App

Introduction

This is a taskpad app that lets you to create tasks and track them during the course of your day. So why is yet another taskpad app? This app lets you to add "tags" to you tasks and make meaning out of the effort that you are spending on various activities. As the saying goes "what gets measured is what gets improved!" this app can be your companion to watch your efforts.

Hosted

This task is hosted @ https://taskpad.co.in

Tech Stack

  • Golang - backend language
  • ReactJS - UI technology
  • Postgres - DB to store tasks
  • Google App Engine - cloud hosting for the app
  • Auth0 - user authentication
  • Google Charts - to create reports
  • Go Gin - for REST framework in server

Abilities

  • Use your favorite auth provider to sign-in
  • Create task and mark them to complete
  • Add tags and effort to each task
  • Easily create duplicate task to next day
  • Easily move task to next day
  • Add links to task and easily open them during your day
  • Create reports by combining different tags
  • View reports to see how and where your efforts are spent

Architecture

This is a SPA with a Go BE. The API uses Postgres to store tasks and other entities.

Steps to run

  1. Clone the repo
  2. Run the server - npm start
  3. Run the client a. cd ui b. npm start

Please see the command in npm start of server.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].