Skip to content

ibrsec/pomotodo-vite-project

Repository files navigation


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

(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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published