An open API service indexing awesome lists of open source software.

https://github.com/indestructiblegamer9/js-pomodoro

Node pomodoro app using echarts and sqlite for data storage
https://github.com/indestructiblegamer9/js-pomodoro

echarts frontend js node pomodoro sqlite

Last synced: over 1 year ago
JSON representation

Node pomodoro app using echarts and sqlite for data storage

Awesome Lists containing this project

README

          

# JS-Pomodoro
Node Pomodoro app using ECharts and SQLite for data storage.

## Description
JS-Pomodoro is a productivity application that implements the Pomodoro Technique. It uses ECharts for visualizing data and SQLite for storing session records.

## Features
Pomodoro timer with customizable intervals
Real-time charts displaying productivity data
Persistent data storage using SQLite
## Technologies Used
echarts - clean charts fround on the statistics page

sqlite - sqlite is used to store user data

node - express is used to run the server
## Installation
Clone the repository:
git clone https://github.com/IndestructibleGamer9/JS-Pomodoro.git
Navigate to the project directory:
cd JS-Pomodoro
Install dependencies:
npm install
## Usage
Start the application:
npm start
Open your web browser and navigate to http://localhost:3000.
## Contributing
Contributions are welcome! Please fork the repository and create a pull request.

## License
This project is licensed under the MIT License. See the LICENSE file for details.

## Acknowledgements
ECharts
SQLite