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.
- 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.
- React: Frontend framework.
- Tailwind CSS: For styling.
- JavaScript (Vite): For building and running the app.
- Node.js (v18+ recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/Samu2196/cron-scheduler.git