Skip to content

delightedCrow/tailwindTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SessionTimer

Screenhot of SessionTimer

A simple timer for keeping track of your Pomodoro (or other timed) sessions, built with TailwindCSS.

▶️ Play with the demo here.

Tips For Streaming The Timer Over Zoom Screen Sharing

Sharing Sound

WARNING - the share sound option will share ALL sounds played from your computer, not just the sounds from the timer. As of this writing, zoom doesn't let you isolate sound sharing to just one tab or app during screen share.

If you're streaming the timer over zoom and want to share the timer sounds too, make sure you check the Share sound box at the bottom left of the share menu:

Screenhot of SessionTimer

You can also turn sound sharing on and off during screen sharing from the More menu:

Screenhot of SessionTimer

Use an App Container Like FluidApp

Share your SessionTimer over zoom without showing all your bookmarks and open browser tabs by using an app container like FluidApp (MacOS).

FluidApp works by encapsulating a web page in its own app window, so it behaves more like a native mac app. No more bulky browser UI, plus you can create a dock or desktop icon to launch it:

Screenhot of SessionTimer

Never worry about people judging your messy browser bookmarks during a screen share again 😉.

Acknowledgements & Credits

Thanks to the following projects that produced some of the cool assets used in this project:

Development

This project uses:

  • NPM for managing development dependencies
  • ViteJS to run the development server and build static assets
  • TailwindCSS for CSS and styles

Basic commands for setting up the development environment are listed below.

Install

To install all local dev dependencies:

npm install

Developer Server

To run the Vite dev server:

npm run dev

Build and Deploy

To run the build process (and get static assets for deployment):

npm run build

About

A simple pomodoro timer built with Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks