TODOList

Форк
0

9 месяцев назад
5 месяцев назад
5 месяцев назад
5 месяцев назад
5 месяцев назад
9 месяцев назад
5 месяцев назад
5 месяцев назад
5 месяцев назад
5 месяцев назад
5 месяцев назад
README.md

preview

🗿 TODOList

The TODO List module allows users to manage their tasks effectively. It provides functionalities to create, update, delete, and view tasks. Basically may contains only one user. All user tasks protected by password. HTML/CSS support: style and structure your notes. Browser mode: some links inserted as task descriptions can be opened and viewed directly from the application's web interface.

There are plans to add multi-user capability, different encryption methods, registration in UI.

📥 Installation

This part is coming soon...

🛠️ Configuration

You can customize your TODO application. To do this, fix the config.json file to your liking.

Example of config structure:

{
/*App settings*/
"todo": {
"color-date-alert": true, /*Whether to include styles for expired date of task notification*/
"lang": "ru", /*Language of the interface*/
"rewrite-config": true, /*Whether to overwrite log file*/
"login": "login", /*User loging to protect your data*/
"password": "password", /*User password to protect your data*/
"key": "key" /*Secret key to hash password*/
}
}

Avaliable langs:

  • Russian - ru
  • English - us

Also you can left login and password empty to use app without authtorisation.

❗️ Future changes

Here you can see a list of TODO changes expected in upcoming commits:

  • New interface design
  • Mobile version
  • Error pages
  • json to jsonl
  • Sort task on server
  • Send one task instead of a full dump

💼 Usage

This part is coming soon...


❗️ License

This project is licensed under the MIT License. See the LICENSE file for more information.

Описание

TODO-приложение, использующее принципы ООП, созданное с помощью TypeScript, Electron и Express

Языки

TypeScript

  • CSS
  • HTML
  • JavaScript

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.