Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.88 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.88 KB

Full Stack Dynamic Meeting Scheduler

image

image

This dynamic meeting scheduler is built with Next.js for its robustness, React for seamless user interactions, Firebase for agile data management, Tailwind CSS for sleek styling, and Kinda Authentication for secure user authentication. It offers features such as scheduling meetings through a date-wise calendar, enabling users to choose dates and select meetings effortlessly.

Installation

Follow these steps to install and run the application locally:

  1. Clone the repository:

    https://github.com/Ashutosh0x/Meeting-Schedular.git
    
  2. Navigate to the project directory:

    cd meeting-scheduler
    
  3. Clone the repository:

    npm install
    npm run dev
    

Set up Firebase:

Create a Firebase project on the Firebase Console. Obtain your Firebase configuration. Replace the Firebase configuration in /src/firebase/firebaseConfig.js with your own.

Set up Kinde Authentication:

Register for Kinde Authentication and get your API credentials. Update the Kinde Authentication settings with your credentials. Run the development server: Open your browser and navigate to http://localhost:3000 to view the application.

Features

• Dynamic Meeting Scheduling: Users can schedule meetings dynamically through a date-wise calendar. • Date Selection: Users can easily choose dates for scheduling meetings. • Meeting Selection: Meetings can be selected from the available options. • Firebase Integration: Agile data management powered by Firebase. • Kinde Authentication: Secure user authentication provided by Kinda Authentication. Responsive Design: Sleek and responsive design crafted with Tailwind CSS.