ConnectEm -  Your one stop to simple Daily Meeting scheduler

ConnectEm - Your one stop to simple Daily Meeting scheduler

HarperDB + Hashnode Hackathon Submission

ยท

4 min read

Hey folks,

Over the weekend, I came across some amazing submissions from the community. This really pushed me to complete my open-source project before the deadline. I have collaborated with my college buddies - Jasbindar Singh and Ibtesam Ansari. We haven't worked together in a long time. So, this is sort of a work reunion.

giphy-minions.gif

๐Ÿ’ก The Idea

Let's start with the problem we aim to solve. While going through the Linkedin/Twitter feed, you must have come across posts on taking mentoring sessions. People want to share their wisdom and knowledge but they always struggle to respond to flooded DMs and countless comments. The traditional way of planning such sessions is tedious and needed a change.

giphy-tedious.gif

What if there was a one-stop solution for scheduling meetings. People are trying to give back to the community and the least we can do is make the process seamless.

๐Ÿš€ Introducing ConnectEm

ConnectEm is a one stop to simple Daily Meeting scheduler. Here's a quick demo of the website as of today,

If a video demo isn't your thing, let me walk you through the flow:

  • This is our landing page with options to login, signup and learn more:

connectem-landing.png

  • Click on learn more to see how the site works:

connectem-learnmore.png

  • Click on signup to create your account:

connectem-signup.png

  • On successful signup, you'll be taken to your dashboard. This is where you'll find the list of events created. I added some events in advance to show how it looks:

connectem-dashboard.png

  • On clicking the create button on the dashboard, it will take you to the create event page. Enter the needed details as shown on the page. We support multiple dates & a time slot for the event. Also, remember to enter the slots available for each session:

connectem-createEvent.png

  • The host will receive the mail after the event is created successfully:

connectem-eventCreateMail.png

  • The newly created event will be added to the dashboard. Let's take a look at the event card created. It shows some details of the event and two buttons. The left one is for toggling event state as public/closed and the right one copies the event booking link to the clipboard.

connectem-eventCard.png

  • Tap on the card to see the complete details:

connectem-eventInfo.png

  • Let's visit the event booking link we talked about not long ago. This is the link you'll share on social media so that the interested ones can visit the link and book available slots on a first come first serve basis.

connectem-eventBookingLink.png

  • Interested ones can book slots based on availability:

connectem-bookSlots.png

  • Both the host and the attendees will receive the confirmation mail on successful slot booking. The mail will consist of the meet invite for the slot booked and the option to add the event to your calendar:

connectem-eventBookedHost.png

connectem-eventBookedAttendee.png

๐Ÿ” Technology Stack

Frontend

  • React - a JavaScript library for building user interfaces.
  • TailwindCSS - a utility-first CSS framework for rapid UI development.
  • Netlify - an intuitive Git-based workflow and powerful serverless platform to build and deploy web apps.

Backend

  • Nest - a progressive Node.js framework for building efficient, reliable and scalable server-side applications.
  • HarperDB - a distributed database with NoSQL and SQL capabilities.
  • Heroku - a platform as a service (PaaS) to build, monitor and deploy web apps and APIs.

๐Ÿ›ฃ๏ธ The Journey

Planning

It was quite a project to build and needed an organized workflow. We made use of Trello to assign tasks and keep track of progress.

Trello-board.png

Designing

We needed a tool to brainstorm the design ideas and Figma served the purpose. It is collaborative by nature.

figma.png

Building

Let's start with the frontend:

  • To simplify the process of getting started with React, we used create-react-app template.
  • Added ESLint and Prettier to follow the best coding practices and ensure readability.
  • Setting up TailwindCSS and added design tokens.
  • Created hooks and services for authentication, events and bookings.
  • Built components and integrated them into pages.
  • Added declarative routing with react-router.

Things we did in the backend:

  • Setting up HarperDB cloud instance.
  • Built authentication from scratch.
  • APIs for creating an event, fetching events and bookings.
  • Sending mails to host on event creation and bookings.
  • Attendees also receive a confirmation mail on booking success.

Deploying

  • Frontend is deployed on Netlify.
  • Backend is deployed on Heroku.

โœจ Upcoming Features

  • Feed to search public meetings.
  • Auto-generate Google meet links while creating events.

๐Ÿค Contributing

Whenever you find a bug, create an issue and tag relevant people.

When developing a feature:

  • Always branch out from the develop branch.
  • Branch name convention- feature/whatever-you-building-name.
  • Test your feature on your feature branch and then create PR to develop with screenshot, if applicable.
  • After PRs are accumulated on develop branch, we will use release versions and release to master.

That's all for this submission blog. All the best to everyone!

#HarperDBHackathon

Did you find this article valuable?

Support Piyush Sinha by becoming a sponsor. Any amount is appreciated!