HybridPlanner makes planning meetings with external participants a breeze.
HybridPlanner's frontend is built using ReactJS, providing a modern and efficient user interface.
We also used Storybook to develop and test the components in isolation.
Note: Ensure you start the backend server before using the application. Find the backend repository here.
- Clone the repository.
- Install dependencies
npm install
- Start the application
npm run start
- Open the application in your browser: http://localhost:5173
- Clone the repository.
- Use the docker-compose file to start the application
docker-compose up
- Open the application in your browser.
⚠️ Ensure the backend server is running before following the steps below.
- Go to the dashboard and fill out the form with the meeting details and the participants you want to invite.
- Click on "Plan meeting" to create the meeting.
- The meeting is now created, and you can view the meeting details and the participants you invited.
💡 Participants will receive an email with a link to the meeting details.
- Go to the dashboard and click on the meeting you want to join.
- Click on the 🔗 link of the meeting you created, and you will be redirected to a waiting page with a countdown. You will be automatically redirected to the meeting page when the countdown is over.
💡 You can also join the meeting by clicking on the link in the email you received.