
A Calendly-inspired application engineered to streamline the scheduling of multiple meetings simultaneously, enhancing efficiency and coordination.
Table of Contents
OneOnOne introduces a scheduling platform inspired by Calendly, designed to simplify the coordination of meetings and events across various users. At its core, the application allows individuals to create calendar events and specify their availability. Users can then invite others to contribute their own availability, facilitating an efficient consensus on meeting times that work for everyone. This system is particularly useful for professionals who manage multiple meetings or for social groups planning events. It streamlines the process, and allows users to schedule everything in one place.
Beyond basic scheduling, the platform offers several advanced features to enhance user experience. Each event can be managed through multiple editable calendars, allowing participants to visualize alternatives and finalize schedules. The app includes an email reminder system to ensure participants are aware of upcoming commitments. Additionally, it allows for reviewing and modifying existing calendars, ensuring flexibility and adaptability to changing schedules. Through its user-friendly interface and powerful functionality, this application aims to streamline the process of event coordination, making it more efficient and less time-consuming for all involved.
If you want to setup a local instance of the project feel free to do so with the following steps:
Please install the following:
- npm
npm install npm@latest -g
- python
sudo apt instll python3.8
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Setup Django Server
cd backend pip install -r requirements.txt python manage.py migrate python manage.py runserver
- Setup React Server
cd front-end npm install npm start
- The app will be available at http://localhost:3000/
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - bilal.ikr@outlook.com
Project Link: https://github.com/ikrambil/OneOnOne