https://github.com/ibrsec/pomotodo-vite-project
https://github.com/ibrsec/pomotodo-vite-project
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/pomotodo-vite-project
- Owner: ibrsec
- Created: 2024-03-12T13:48:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T10:25:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:52.146Z (over 1 year ago)
- Language: JavaScript
- Size: 8.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Pomotodo Vite Project
An awesome Pomotodo Vite Project
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
Table of Contents
---
## About The Project
[](https://ibrsec.github.io/pomotodo-vite-project/)
---
## ๐ Overview
๐ฆ POMOTODO App for tracking time and the taskss
๐ฏ Adjustable Theme
๐ฑ Add, Edit, Delete Tasks
๐ช Track time and pomodoros for selected Task
๐ฉ Get a random joke when you are tired
๐ Check the finished tasks
## ๐ซ Quick Setup
```sh
# clone the project
git clone https://github.com/ibrsec/pomotodo-vite-project.git
# enter the project directory
cd pomotodo-vite-project
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
## Directory structure
```
pomotodo-vite-project (folder)
|---assets
| |---css (folder)
| | โ---style.css
| |---img (folder)
| |---sound (folder)
| โ---scss (folder)
| |---main.scss
| |---abstracts (folder)
| | |--- _variables.scss
| | โ--- _mixins.scss
| |
| |---base (folder)
| | โ--- _reset.scss
| |
| |---components (folder)
| | โ--- _header.scss
| |
| |---layout (folder)
| | โ--- _responsive.scss
| |
| โ---pages (folder)
| |--- _count_time_section.scss
| |--- _jokeSection.scss
| โ--- _tasks_section.scss
|
|---public (folder)
| โ---src (folder)
| |---addeditTasks.js
| |---dragdrop.js
| |---joke.js
| |---localStorage.js
| |---setgetColors.js
| โ---time.js
|
|----index.html
|----main.js
|----package.json
|----package-lock.json
|----readme.md
โ----vite.config.js
```
---
### Built With