LucasPereiraMiranda / todolist

An academic program designed to create and manage task lists, specifically developed for Linux distributions. The interface is in PT-BR (Brazilian Portuguese)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todolist

GitHub language count Repository size GitHub last commit Repository issues GitHub license

πŸ’» Objectives

An academic program designed to create and manage task lists, specifically developed for Linux distributions. The interface is in PT-BR (Brazilian Portuguese).

Execution preview:

Execution preview

πŸš€ Techs

The program is being performed with the following technologies:

πŸ’₯ How to run the application?

  • With gcc already installed, we can run in the root:
  make
  • After this, we can run compiled file:
  ./todolist

License

MIT

About

An academic program designed to create and manage task lists, specifically developed for Linux distributions. The interface is in PT-BR (Brazilian Portuguese)

License:MIT License


Languages

Language:C 99.6%Language:Makefile 0.4%