Skip to content

DateSync is the place where you can plan and create the best dates for you to share with your friends and loved ones.

Notifications You must be signed in to change notification settings

anamspe/datesync

Repository files navigation

DateSync

DateSync is the place where you can plan and create the best dates for you to share with your friends and loved ones. Take advantage of this amazing platform where you can search for local restaurants, events, movies, and activities and put them together in a shareable date plan.

Final Product

Desktop View

"Landing Page"

"Create Date Page"

"Dashboard Page"

Mobile View

"Landing Page"

"Create Date Page"

"Dashboard Page"

Table of Contents

Features

  • 📅 Create Dates: At the Create Your Perfect Date page you're able to search for Restaurants, Events, Activities and Movies based on your chosen location.

    • After choosing your location, navigate to your chosen category and choose from the list of options.
    • Restaurants:
      • You're able to filter by Restaurant Types, Price Level, and Rating
        • Casual: Cafes & Coffee Shops, Pizza, Pubs & Diners, Breweries & Lounges, and Breakfast & Brunch
        • Cuisine Type: Steakhouse, Italian, Mexican, Asian, Indian
    • Events:
      • Event types: Sports, Concerts, Festivals, Nightlife, Live Theatre, and Comedy Shows
    • Movies:
      • The movies selection will show all movies playing at theatres near your selected location. After choosing a movie, you'll be able to choose a showtime.
    • Activities:
      • Choose between Trails, Lakes, Museums, Zoos, Beaches, and Ice Skating
  • 🗃️ Dashboard: At the Dashboard page you have access to all dates you've created in the past. Navigate among the different tabs:

    • All Dates: All of your created dates.
    • Upcoming Dates: Dates that will happen in the future.
    • Drafts: Dates that still don't have a set date to happen.
    • Past Dates: Dates that already happened.

At the dashboard, you're also able to share and delete your dates.

📱 DateSync is a responsive web app, to make sure our users have a smooth experience if they prefer creating dates on the go.

Project Setup

To set up the project locally:

  1. Clone the repository.
$ git clone [email protected]:anamspe/datesync.git
  1. Navigate to the Project Directory
$  cd datesync
  1. Install Dependencies
$  npm install

Database setup

To set up the database:

$ npm install pg

1.Start Postgres server

$ startpostgres
  1. Enter Postgres to begin creating schema and adding data to
$  psql
  1. Create database
# CREATE DATABASE planner OWNER >insert postgresql username<;
  1. Set your database:
$ npm run db:reset

Usage

To run the web app locally, use the following commands:

$ npm run start

Navigate to http://localhost:3000.

Planning

During our planning process, we utilized the following tools:

  • User Stories
  • Figma (wireframe)
  • DrawSQL (ERD)
  • Kanban board

Stack

DateSync was created using a PERN Stack:

  • PostgreSQL
  • Express (Vite Express)
  • React (Vite)
  • Node.js

Dependencies

  • Auth0
  • Axios
  • Bootstrap
  • DayJS
  • Lottie
  • Material UI
  • Morgan
  • PG
  • React Router
  • SASS

API

This application relies on APIs provided by SerpApi:

  • Google Local
  • Google Events
  • Google Search ➡ Google Showtimes

Routes

  • Landing Page
  • /create-date -- Create Date Page
  • /dashboard -- Dashboard

Future Developments

  • Redo Date
    • This feature will allow users to create a new date using the same components of a completed date, having to only edit the date and time it will happen.
  • Edit Date
    • This feature will allow users to edit a created date without having to create a new date from scratch: choose other date components and update the date and time. It will also allow users to share the date with another user so they can both edit the date simultaneously.
  • PWA - Progressive Web App
    • Transforming DateSync in a PWA will allow users to download the app to their mobile devices, making it even more accessible in their day-to-day lives.

Developers

DateSync is a creation of developers Ana Franco, David Giroux and Rachel Little.

January, 2024.

About

DateSync is the place where you can plan and create the best dates for you to share with your friends and loved ones.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages