Skip to content

Experience a demo project featuring a Distributed Task Scheduler and Executor. Powered by Node.js and Express on the backend, and vanilla JavaScript on the frontend, this project offers a simplified solution for managing and executing tasks seamlessly. Dive into the world of distributed computing with

Notifications You must be signed in to change notification settings

shuddha2021/Distributed-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Task Scheduler

Welcome to the Distributed Task Scheduler project! This is a simplified implementation of a Distributed Task Scheduler and Executor, showcasing my skills in full-stack development and distributed computing concepts.

Overview

This project provides a basic frontend interface for users to submit tasks and monitor their execution status in real-time. Behind the scenes, the backend logic efficiently schedules and executes tasks, demonstrating my proficiency in building scalable and reliable systems.

Features

  • Task Submission: Users can submit tasks through a user-friendly interface.
  • Real-time Status: Task status updates are displayed in real-time for seamless monitoring.
  • Efficient Scheduling: Tasks are scheduled and executed efficiently to ensure optimal performance.
  • Simple Interface: The frontend interface is designed for ease of use and intuitive task management.
Screenshot 2024-03-29 at 2 58 34 PM Screenshot 2024-03-29 at 3 01 14 PM

Technologies Used

Backend:

  • Node.js
  • Express

Frontend:

  • HTML
  • CSS
  • JavaScript

Installation & Usage

To run the project locally:

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd distributed-task-scheduler
  3. Install dependencies: npm install
  4. Start the backend server: node backend/server.js
  5. Open index.html in a web browser to access the frontend interface.

License

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

Acknowledgements

  • This project serves as a demonstration of my skills in full-stack development and distributed computing.
  • Thank you for taking the time to review my work!

About

Experience a demo project featuring a Distributed Task Scheduler and Executor. Powered by Node.js and Express on the backend, and vanilla JavaScript on the frontend, this project offers a simplified solution for managing and executing tasks seamlessly. Dive into the world of distributed computing with

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published