Application designed to revolutionize the way you organize your day.The goal is simple: to simplify and streamline your daily tasks, saving you time and effort.
I am currently working on incorporating additional features and integrating various APIs. Doing so will make the platform even more beneficial, efficient, and user-friendly.
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
yarn install
To Run Test Suite:
`yarn test
To Start Server:
Starting frontend: change directory to Client first
yarn run start
Starting Server: change directory to Backend first
yarn run start
To Visit App:
localhost:3000
Project goals included working with Google APIs.During this time I also researched authentication using Google OAuth protocol and how it can be used to gain limited access to a user's private resources. I also learned how to integrate Google Calendar into the web application.The technologies used in this project are ReactJS for the frontend, NodeJS for the backend, Google OAuth for authentication and Google Calendar API for scheduling meetings.