diff --git a/README.md b/README.md index ef55fc8..09e8cc5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # outlook-calendar-integration-react-scheduler +This project is a React-based web application that integrates with Microsoft Outlook Calendar using Microsoft Graph API. It allows users to view, create, and manage calendar events directly from a custom scheduler interface. The application is ideal for individuals or organizations looking to streamline their scheduling process by leveraging Microsoft 365 services. + ## Prerequisites -Node.js version 18+ +Before running the application, ensure the following prerequisites are met: + +Node.js version 18 or higher installed on your system. Need to have a personal Microsoft account or a Microsoft work or school account. +Internet access to connect with Microsoft services. ## Set up application(Client) id @@ -11,8 +16,9 @@ Replace **YOUR_APP_ID** in the config.ts with your generated id. ## Run the application +To start the development server: + `npm install` `npm start` -It runs the app in the development mode. -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. \ No newline at end of file +This will launch the app in development mode. Open [http://localhost:3000](http://localhost:3000) in your browser to view and interact with the scheduler. \ No newline at end of file