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
- Host: GitHub
- URL: https://github.com/indestructiblegamer9/js-pomodoro
- Owner: IndestructibleGamer9
- Created: 2024-11-19T00:59:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T07:16:37.000Z (over 1 year ago)
- Last Synced: 2025-01-24T16:12:09.165Z (over 1 year ago)
- Topics: echarts, frontend, js, node, pomodoro, sqlite
- Language: JavaScript
- Homepage:
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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