Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 651 Bytes

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