Skip to content

A Calendly clone created to streamline the scheduling of multiple meetings simultaneously, enhancing efficiency and coordination.

License

Notifications You must be signed in to change notification settings

ikrambil/OneOnOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

OneOnOne

A Calendly-inspired application engineered to streamline the scheduling of multiple meetings simultaneously, enhancing efficiency and coordination.

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

OneOnOne Screen Shot

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.

(back to top)

Built With

  • React
  • TailwindCSS
  • Django
  • SQLite

(back to top)

Additional Screenshots

OneOnOne Screen Shot OneOnOne Screen Shot OneOnOne Screen Shot

Getting Started

If you want to setup a local instance of the project feel free to do so with the following steps:

Prerequisites

Please install the following:

  • npm
    npm install npm@latest -g
  • python
    sudo apt instll python3.8

Installation

  1. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  2. Setup Django Server
    cd backend
    pip install -r requirements.txt
    python manage.py migrate
    python manage.py runserver
  3. Setup React Server
    cd front-end
    npm install
    npm start
  4. The app will be available at http://localhost:3000/

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - bilal.ikr@outlook.com

Project Link: https://github.com/ikrambil/OneOnOne

(back to top)

About

A Calendly clone created to streamline the scheduling of multiple meetings simultaneously, enhancing efficiency and coordination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •