https://github.com/marvinkweyu/pomodoro
The pomodoro application I need
https://github.com/marvinkweyu/pomodoro
angular electron pomodoro
Last synced: about 1 month ago
JSON representation
The pomodoro application I need
- Host: GitHub
- URL: https://github.com/marvinkweyu/pomodoro
- Owner: MarvinKweyu
- License: mit
- Created: 2022-10-19T10:00:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T10:55:04.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T15:50:33.607Z (over 1 year ago)
- Topics: angular, electron, pomodoro
- Language: TypeScript
- Homepage: https://pomodoro.marvinkweyu.net
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Pomodoro](https://pomodoro.marvinkweyu.net)
The pomodoro application you've been looking for.


- [Pomodoro](#pomodoro)
- [Installing](#installing)
- [Run the latest via your web browser](#run-the-latest-via-your-web-browser)
- [Install Pomodoro on your local machine:](#install-pomodoro-on-your-local-machine)
- [Development server](#development-server)
- [Running on the Web](#running-on-the-web)
- [Develop in electron](#develop-in-electron)
- [Build](#build)
- [Running unit tests](#running-unit-tests)
- [Running end-to-end tests](#running-end-to-end-tests)
- [ToDo](#todo)
## Installing
### Run the latest via your web browser
You can install Pomodoro locally or use the web application at: [pomodoro.marvinkweyu.net](https://pomodoro.marvinkweyu.net/)
### Install Pomodoro on your local machine:
Documentation(work in progress)
## Development server
Clone the repository, install the dependencies and spin up your local development server
```bash
npm i
```
### Running on the Web
```bash
ng serve
```
Access the project via: http://localhost:4200/
### Develop in electron
```bash
npm run electron
```
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## ToDo
- [ ] Customize time as a user