https://github.com/saurabhnative/veujs-pomodoro-timer
A basic Pomodoro timer created using Vue.js framework
https://github.com/saurabhnative/veujs-pomodoro-timer
completed-project online-demo-available pomodoro pomodoro-timer vuejs
Last synced: 8 months ago
JSON representation
A basic Pomodoro timer created using Vue.js framework
- Host: GitHub
- URL: https://github.com/saurabhnative/veujs-pomodoro-timer
- Owner: saurabhnative
- License: apache-2.0
- Created: 2020-07-18T11:36:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T05:11:11.000Z (over 4 years ago)
- Last Synced: 2025-05-15T21:14:59.745Z (about 1 year ago)
- Topics: completed-project, online-demo-available, pomodoro, pomodoro-timer, vuejs
- Language: Vue
- Homepage: https://vuejs-pomodoro-timer.netlify.app/
- Size: 2.16 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vuejs-pomodoro-app
Sample timer app made while following vue.js tutorial from Freecodecamp
## Online Demo:-
https://vuejs-pomodoro-timer.netlify.app
## Source tutorial:-
https://www.youtube.com/watch?v=Fvw8YBtdzqA
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).