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

https://github.com/antonioberna/todo-app

To Do List Tool With PostgreSQL Database in C
https://github.com/antonioberna/todo-app

c postgresql todo-app

Last synced: 11 months ago
JSON representation

To Do List Tool With PostgreSQL Database in C

Awesome Lists containing this project

README

          

# todo-app

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b48b5e6f59c2480ca44b13dc35da8f1e)](https://www.codacy.com/gh/AntonioBerna/todo-app/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AntonioBerna/todo-app&utm_campaign=Badge_Grade)
![GitHub License](https://img.shields.io/github/license/AntonioBerna/todo-app)
![Website](https://img.shields.io/website?url=https%3A%2F%2Fantonioberna.github.io%2Ftodo-app%2F)
![GitHub Created At](https://img.shields.io/github/created-at/antonioberna/todo-app)

This is a simple To Do List app written in C that uses a PostgreSQL database to store the tasks. It allows you to add, remove, and view tasks in a terminal interface.

Please visit [https://antonioberna.github.io/todo-app](https://antonioberna.github.io/todo-app) for more information.