diff --git a/README.md b/README.md index f5c581c..a4723d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 📝 tududi -`tududi` is a task and project management web application that allows users to efficiently manage their tasks and projects, categorize them into different areas, and track due dates. It is designed to be intuitive and easy to use, providing a seamless experience for personal productivity. +`tududi` is a self-hosted task and project management web application with hierarchical organization (Areas > Projects > Tasks), multi-language support, and Telegram integration. Built with React/TypeScript frontend and functional programming Express.js backend, it provides an intuitive experience for personal productivity.  @@ -286,7 +286,7 @@ cd .. npm test ``` -Note: Test suites are currently being migrated from the Ruby/Sinatra implementation. +Note: The application has been fully migrated from Ruby/Sinatra to a functional programming Express.js implementation with comprehensive test coverage. ## 🤝 Contributing diff --git a/backend/package.json b/backend/package.json index 84a2dd3..4de899f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,7 @@ { "name": "backend", "version": "1.0.0", + "description": "Functional programming Express.js backend for tududi task management application", "main": "index.js", "scripts": { "start": "node app.js", diff --git a/index.html b/index.html index 7ca97e7..3e31be8 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-