Skip to content

Appsynergy-io/TizenTest

Repository files navigation

Digital Clock for Samsung TV

About This Project

A simple yet elegant digital clock application designed specifically for Samsung Smart TV using Tizen Studio. This project serves as a great starting point for developers new to Tizen TV application development.

Features

  • 🕒 Real-time digital clock with 12-hour format and AM/PM indicator
  • 🌌 Beautiful animated starfield background
  • 📺 Optimized for TV screens with responsive design
  • 🎮 Full remote control support
  • ⚡ Smooth animations and transitions

Screenshot

Screenshot of the app will be added here

Getting Started

Prerequisites

  • Tizen Studio with TV Extension
  • A Samsung TV (2015 or later) or TV emulator
  • Basic knowledge of HTML, CSS, and JavaScript

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/tizen-clock-app.git
  2. Open Tizen Studio and select "File" > "Import" > "Tizen" > "Tizen Project"
  3. Select the cloned repository directory
  4. Build the project (Project > Build Project)
  5. Run on a connected TV or emulator (Run > Run As > Tizen Web Application)

Project Structure

.
├── css/              # Stylesheets
│   └── style.css
├── js/               # JavaScript files
│   └── main.js
├── config.xml        # Tizen application configuration
└── index.html        # Main application entry point

Customization

  • To change the clock format, modify the updateClock() function in js/main.js
  • Adjust the starfield animation in js/main.js (look for the createStarfield function)
  • Customize colors and styling in css/style.css

Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

Support

For support, please open an issue or reach out to the maintainers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors