Work From Home APP
This is a work from Home app. Implemented in electron (JS)
using HTML-CSS
@ front-end. Used google materialize
for styling.
Following is the feature-list that may be implemented in the future (marked ones are completed):
Feature | Back-End | Front-End |
---|---|---|
Todo List | ✔️ | ❌ |
Unread Email | ✔️ | ✔️ |
Calendar/Schedule | ✔️ | ❌ |
Upcomming Meetings | ❌ | ❌ |
Creating Meetings | ❌ | ❌ |
Sending Meetings inivitations | ❌ | ❌ |
Away From Keyboard (AFK) button | ❌ | ❌ |
Work Start/End button | ❌ | ❌ |
Set online Status | ❌ | ❌ |
See who is online | ❌ | ❌ |
Progress boards, Daily Activity | ❌ | ❌ |
Feature | Front-End | Back-End |
---|---|---|
Exercise | ❌ | ❌ |
Available free guys | ❌ | ❌ |
Call anyone | ❌ | ❌ |
My Movie List | ❌ | ❌ |
ScreenTime Timer | ❌ | ❌ |
See who is free and up for a chat | ❌ | ❌ |
Chat Rooms (X flowers alternate) | ❌ | ❌ |
-
Contact to be added into the contributers.
-
Make sure
Node.js
is installed. -
Checkout
package.json
to see the dev-dependencies list- To install
electon
usenpm install electron
- To install
electon-packager
usenpm install electron-packager
. - For running the app use
npm start
- for packaging run
npm package-win
- To install