Skip to content

Public-Showcase/My-Scheduler

Repository files navigation

This project was bootstrapped with Create React App.

Triage (MyScheduler)

  • Designed and developed a user-friendly drag-and-drop interface, uniquely tailored to optimize productivity through the Eisenhower Matrix, fostering intuitive task prioritization.
  • Leveraged technologies including React.js, Redux, and Firebase to architect a robust and scalable solution.
  • Engineered the application as a Progressive Web App (PWA), ensuring a native app-like experience across devices while enabling offline functionality.

MyScheduler1 MyScheduler2

icons used from

depolyed at

Available Scripts

deploy to Netlify

npm run build
npm install netlify-cli -g

  • Now you need to create a /build/_redirects file for redirecting all requests to index.html for React client-side routing
  • /build/_redirects>>>>
    /*  /index.html
    

    netlify deploy

  • or for directly on production...

    netlify deploy --prod

    • select ./build folder

deploy to Firebase hosting

npm run build
sudo npm install -g firebase-tools
firebase login
firebase init
firebase deploy
- select ./build file and select redirect all requests to index.html