Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 980 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 980 Bytes

Focus Task Timer App

Currently it doesn't have any backend, like storage system. So all tasks reset after closing the app. Maybe I'll add that, in future.

This is a desktop app built with Electron.js that functions as a focus timer with a task list, where users can manage tasks with basic CRUD (Create, Read, Update, Delete) operations. This app is designed for Windows but can run on other platforms as well.

Features

  • Focus Timer: A simple timer to help you focus. You can adjust the timer and reset it as needed.
  • Task List: Add tasks, mark them as complete, and delete them.

Installation and Running the App

To set up the app locally, follow these steps:

Prerequisites

  • Make sure you have Node.js installed on your machine.

Steps to run the app

  1. Clone this repository to your local machine:

    git clone https://github.com/AhVir/Focus-Task-App

    loading.... (rest of the part)