https://github.com/paulmorar/talktimer
An awesome timer for your awesome talk
https://github.com/paulmorar/talktimer
Last synced: about 1 month ago
JSON representation
An awesome timer for your awesome talk
- Host: GitHub
- URL: https://github.com/paulmorar/talktimer
- Owner: paulmorar
- License: mit
- Created: 2019-03-04T20:20:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T22:32:28.000Z (4 months ago)
- Last Synced: 2025-02-16T02:47:28.255Z (3 months ago)
- Language: TypeScript
- Homepage: https://talktimer.vercel.app
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
_ _ _ _____ _
| | | | ||_ _(_)
| |_ __ _| | | _| | _ _ __ ___ ___ _ __
| __/ _` | | |/ / | | | '_ ` _ \ / _ \ '__|
| || (_| | | <| | | | | | | | | __/ |
\__\__,_|_|_|\_\_/ |_|_| |_| |_|\___|_|```
# talkTimer
talkTimer is a simple web application designed to help you manage your speaking time during conference talks or meetups. It provides a countdown timer that visually indicates the remaining time, helping you stay on track.
You can view the website live at [talktimer.org](https://talktimer.org).
## Features
- Set a countdown timer for your talk.
- Visual indication of remaining time.
- Clear the timer when it reaches zero.## Installation
To get started with talkTimer, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/paulmorar/talktimer.git
```
2. Navigate to the project directory:
```sh
cd talktimer
```
3. Install the dependencies:
```sh
npm install
```
4. Start the development server:
```sh
npm run dev
```## Usage
1. Open the application in your browser.
2. Enter the number of minutes for your talk.
3. Click the "Start timer" button to begin the countdown.
4. The timer will display the remaining time and change color as the time runs out.
5. Click the "Clear timer" button to reset the timer.## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request if you have any improvements or bug fixes.
## Acknowledgements
- [React](https://reactjs.org/)
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)## Contact
For any questions or inquiries, please contact Paul Morar at [email protected].