Task Manager 📝📤📆

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • taskManager

    A program for a small business that can help it to manage tasks assigned to each member of the team. The program allows a user to log in, add tasks, register new users, check all tasks and check each user's own tasks. It also has admin priveleges with additional menu options upon admin log in. (by siwhelan)

  • Initially, the program was built around reading and writing text files that contained user login information, tasks assigned to users, and reports on the status of those tasks (you can find the program here). While these text files were fine for a small practice project, they are unrealistic for real-world applications (especially for storing user passwords). I've since replaced the text files with a MongoDB database.

  • CustomTkinter

    A modern and customizable python UI-library based on Tkinter

  • I'm building the GUI using CustomTkinter, which is a custom version of tkinter that offers a more modern look for the app, as well as additional features like the ability to set the appearance mode and default color theme.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • MongoDB

    The MongoDB Database

  • Initially, the program was built around reading and writing text files that contained user login information, tasks assigned to users, and reports on the status of those tasks (you can find the program here). While these text files were fine for a small practice project, they are unrealistic for real-world applications (especially for storing user passwords). I've since replaced the text files with a MongoDB database.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Show HN: Monty, Mongo tinified. MongoDB implemented in Python

    2 projects | news.ycombinator.com | 29 May 2021
  • From Zero to CRUD Hero: Building Your First Backend API in JavaScript

    1 project | dev.to | 23 Apr 2024
  • How to create a dynamic AI Discord bot with TypeScript

    1 project | dev.to | 18 Feb 2024
  • Build a GraphQL API with NodeJS and TypeScript || A Comprehensive Guide

    2 projects | dev.to | 12 Jan 2024
  • Create your own AI voice assistant bot with Node.js using Google Bard

    2 projects | dev.to | 12 Nov 2023