Skip to content

sergey-v9/cron-scheduler

 
 

Repository files navigation

Cron Schedule Creator

A React-based application to create and manage CRON expressions effortlessly. The app provides a user-friendly interface to select specific schedules and converts them into valid CRON expressions.

Features

  • Every X Minutes: Schedule tasks to run every X minutes.
  • Specific Times on Specific Days: Choose specific hours on selected days of the week.
  • Specific Times Every Day: Schedule tasks to run at specific hours every day.
  • Specific Days of the Month: Choose specific days of the month to run tasks.
  • Real-time validation and creation of CRON expressions.
  • Interactive UI built with React and Tailwind CSS.

Technologies Used

  • React: Frontend framework.
  • Tailwind CSS: For styling.
  • JavaScript (Vite): For building and running the app.

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/Samu2196/cron-scheduler.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • CSS 4.8%
  • HTML 1.9%