An awesome Pomotodo Vite Project
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
📦 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
# 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
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