Skip to content

A task scheduler where user can schedule his or her task. users can add the tasks , schedule tasks and can delete tasks. users can schedule a file which need to be run at a specific time

Notifications You must be signed in to change notification settings

kapilbhise/mycron-task-scheduler

Repository files navigation

Mycron: A Task Scheduler

# Install dependencies for server
npm install

# Run the Express server 
npm start

# go to client
cd client

# Install dependencies for client
npm install

# Run the React client 
npm start

# Server runs on http://localhost:5000 and client on http://localhost:3000

Home Screen

alt text

Scheduling and Deleting Task

alt text

Adding Task

alt text

About

A task scheduler where user can schedule his or her task. users can add the tasks , schedule tasks and can delete tasks. users can schedule a file which need to be run at a specific time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published