Skip to content

abhigurjeet/pomodoro_official

Repository files navigation

Web Application Overview

  1. A web application allowing users to manage tasks in their to-do list. Users can create, view, and delete tasks. They can also sort and filter tasks based on various criteria.

    Includes a timer for Pomodoro sessions associated with each task. Users can start and stop timers, and customize timer durations.

  2. An analytics dashboard provides visualizations of task completion data, including charts and data visualizations.

    Integrated Auth0 for user authentication, with the option for email login.

  3. Tech Stack: Next.js with React Context for state management, GraphQL with Prisma as the ORM for PostgreSQL database connectivity.