Skip to content

A responsive calendar for spontaneous individuals who also have a structured approach to their daily agendas.

Notifications You must be signed in to change notification settings

vineet2420/PlanMyDay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Fast Agenda Maker

A responsive calendar for spontaneous individuals who also
have a structured approach to their daily agendas.

Live Demo - https://fast-agenda.herokuapp.com/

Key Features

  • Seven unique restaurants generated for each day of the week automatically placed on the calendar
  • Input any form of location to get food choices (zip code, city, state, latitude and longitude or any legible address)
  • Search and select from 40 different food categories
  • Seperate "Add an Event" interface from calendar viewer to add, update, and delete events
    • Restaurant events load asynchronously from Yelp HTTPS request
  • Final planner displays a calendar with all personal and restaurant events merged together
    • Ability to drag and drop events to adjust event times while persisting data through each page

(back to top)

Built With

Hide Images

Logo Logo

Logo Logo

Logo

(back to top)

Getting Started

Run this project within your own environment.

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/vineet2420/PlanMyDay.git
    

    or w/ ssh

    git clone [email protected]:vineet2420/PlanMyDay.git
    
  2. Change directories

    cd PlanMyDay/main/
    
  3. Run the application locally

    npm run dev
    
  4. Open the full address and port in a web browser, most likely:

    https://localhost:5000/
    

(back to top)

Configuration

Add API Key
  1. Go to https://www.yelp.com/developers/documentation/v3/get_started and create an app with the Yelp Fusion API.

  2. 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

(back to top)

About

A responsive calendar for spontaneous individuals who also have a structured approach to their daily agendas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published