Streamline Your Global Scheduling Process
TimePropose is a web-based scheduling tool that allows users to easily propose, view, and coordinate meetings across different time zones. Users can enter their preferred meeting times in their local time zone, share the link with others, and collaborate on finding a mutually convenient time.
TimePropose makes it easy! Follow these three simple steps to coordinate meeting times quickly and easily with Hassle-Free Timezone Coordination :
- Propose meeting times in your local time zone.
- Share the link with others and let them choose their preferred time.
- Agree on a time that works for both - no more timezone headaches!"
Please create a new branch for any new enhancements and raise a PR. ** Master commmits deploys the application code directly to side. **
Step 1: All the elm code is present in src/Main.elm Step 2: creating js file from elm main
elm make src/Main.elm --optimize --output=./public/elm.js Step 3: running the application elm reactor --port=8001 Step 4: Navigate to the localhost:8001