Skip to content

Prathibha-yadav/TaskFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskFlow

Live Application Link: Todo Application

Project Overview

This repository contains the implementation details for the Tasks Manager project, a task management application built on Node.js and Express.js. The goal of this project is to provide users with a smarter and intuitive task management experience. The key features of the application include user authentication, task creation with due dates, dynamic categorization of tasks, task completion, and deletion. Additionally, several advanced features have been implemented to enhance the application's robustness, including error logging, internationalization, containerization, CI/CD pipeline, testing strategies, and more.

High-level Features

1. User Authentication

  • Users can sign up for a new account.
  • Existing users can log in and securely sign out.

-image

image

image

2. Task Management

  • Users can add a task by providing a name and due date.
  • Tasks are automatically categorized into "Overdue," "Due Today," and "Due Later" based on the provided due date.
  • Screenshot 2024-04-26 230035
  • Screenshot 2024-04-26 230048

3. Task Completion

  • Users can mark a task as complete by checking the completion box.

4. Task Deletion

  • Users can delete a task by clicking on the delete icon. -Screenshot 2024-04-26 230059

5. Adding a Todo using AI

  • Users can add a todo using the Gemini API.
  • The input field accepts text entries.
  • Todos are automatically scheduled upon submission.
  • Screenshot 2024-04-26 230112
  • Screenshot 2024-04-26 230129

6. Testing Strategies

  • Unit and integration tests have been incorporated into the project.

  • Coverage reports have been generated to assess the effectiveness of the tests.

  • GitHub Actions have been set up to automate testing processes.

  • Screenshot 2024-02-21 123004

7. CI/CD Pipeline

  • A CI/CD pipeline has been established to automate the deployment process.
  • This ensures seamless integration of code changes and swift error detection.

8. Application Environments

  • The application has been deployed in cluster mode using PM2 for enhanced performance and scalability.
  • Environment variable configurations have been implemented for both development and production environments.
  • Security measures have been applied to safeguard the application.

9. Containerization

  • The application has been containerized using Docker for efficient deployment and management.
  • Environment variables have been configured within the containers for flexibility and security.
  • A Docker Compose file has been defined for managing multiple services, including a database service.
  • A CI/CD pipeline has been set up to deploy the Dockerized application on a server.

10. Internationalization & Localization

  • Internationalization and localization have been implemented to cater to diverse user preferences and geographical locations.
  • image
  • Screenshot 2024-04-26 225918
  • Screenshot 2024-04-26 225930

11. Error Logging & Debugging

  • Error logging and debugging practices have been followed, utilizing Sentry for efficient bug detection and resolution.
  • Screenshot 2024-03-19 222207
Screenshot 2024-03-17 131518

12. Notifications

Slack notifications have been configured to provide updates about the status of the CI/CD pipeline.

This README provides an overview of the project and its various features. For detailed implementation and technical documentation, refer to the codebase and relevant files within the repository. Screenshot 2024-03-06 213659

Screenshot 2024-03-21 183945

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Set up the PostgreSQL database and configure the connection in the application.
  4. Run the application with npm start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages