akoven / EventFright

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventFright

Live link to Event Fright

Welcome to EventFright! A clone of the site eventbrite, but catering to all things related to horror themed movies and media, halloween events, and paranormal themed events.

Technologies Used:

  • Javascript
  • Python
  • Flask
  • SQLAlchemy
  • SQLite3
  • React
  • Redux
  • HTML
  • CSS
  • PostgreSQL
  • Heroku

Event Fright Features:

  • Explore the site as a demo user or sign up with ease: image image

  • Create Events:

    • Create a new event after clicking "create an event": image
    • Or navigate to /create-event by assessing the drop-down menu by clicking the profile icon: image
    • Create your new event. If the category or venue you want is not available, click "create a new category" or "create a new venue" respectively. You can also see all of your previously created events by clicking "see your events": image image
  • Edit or Delete Events:

    • Edit your events by clicking "edit". This action will navigate to the /edit-event/:eventId page: image
    • You can also preview a new image when you're editing: image
  • Create Venues:

    • The three default venues are Eastern State Penitentiary, Haunted Woods of Smyer, and the Hart House Hotel
    • Create a new venue by clicking "new venue" on the `/create-event' page or clicking "Add a venue" in the user profile drop-down menu
      • Create a venue on the /create-venue/:userId page. You will also be able to see your previously created venues: image
  • Edit or delete a venue:

image image

  • Create Categories:

    • The three default categories are Film, Media, and Entertainment(this is a single category), Outdoors, and Dining

    • Create a new category by clicking "new category" on the `/create-event' page or clicking "Add a category" in the user profile drop-down menu

      • Create a venue on the /create-category/:userId page. You will also be able to see your previously created categories: image
    • Delete a category: image

  • Feature(s) to come:

    • Registration
    • Likes

About


Languages

Language:Python 61.6%Language:CSS 31.9%Language:Dockerfile 3.2%Language:HTML 1.3%Language:JavaScript 1.1%Language:Mako 0.7%Language:Shell 0.4%