A responsive calendar for spontaneous individuals who also
have a structured approach to their daily agendas.
Run this project within your own environment.
Clone the repo
git clone https://github.com/vineet2420/PlanMyDay.git
or w/ ssh
git clone [email protected]:vineet2420/PlanMyDay.git
Change directories
cd PlanMyDay/main/
Run the application locally
npm run dev
Open the full address and port in a web browser, most likely:
http://localhost:5000/
Go to https://www.yelp.com/developers/documentation/v3/get_started and create an app with the Yelp Fusion API.
Paste the API key in the header of makeRequest()
located in:
PlanMyDay/main/src/foodSelectionManager.js
(line 13)
Note: this is not the best practice for production applications but is suitable for our development environment