An open API service indexing awesome lists of open source software.

https://github.com/ibrsec/pomotodo-vite-project


https://github.com/ibrsec/pomotodo-vite-project

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          







Logo

Pomotodo Vite Project


An awesome Pomotodo Vite Project
Explore the docs ยป




View Demo
ยท
Report Bug
ยท
Request Feature


Table of Contents


  1. About The Project


  2. Overview

  3. Quick Setup

  4. Directory structure

  5. Built With


---

## About The Project

[![pomotodo-vite-project](./assets/img/project.gif)](https://ibrsec.github.io/pomotodo-vite-project/)

(back to top)

---

## ๐Ÿ‘€ 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

(back to top)

## ๐Ÿ›ซ 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
```

(back to top)

## 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
```

(back to top)

---

### Built With







(back to top)