tomajohnson21 / project-2

Project 2 for Northwestern Coding Boodcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gig...

Project 2 for Northwestern Coding Boodcamp

function dopeNess(US, project2){
    if(US === "dope" && project2 === "dope"){
        return true
    }
}
dopeNess(); 

Version 1.0.0

Are you an Artist that has a hard time finding gigs and events to network locally in your city? With our web application, artists are not only able to find events going on around their location, but they are also able to apply for a slot in the event to showcase their talent.

Perhaps you're a venue owner and you're putting on an amazing event to attract new business. Simply create an event in Gig to get the word out to artists. You can then review their application, look at their social media platforms and youtube videos to see if their style is right for your event.


Instructions for Event Planners:

  1. Sign into the application with a unique username and password.
  2. You'll be brought to a screen with current events that artists can sroll through and apply for. You can create a new event by following the "New Event" Tab in the nav bar.
  3. Fill out the input fields with the required information and click the "Create Event" button.
  4. Wait for the applications to roll in.

Instructions for Artists:

  1. Sign into the application with a unique username and password.
  2. Find an event on the home page that you would like to apply for and click the title of the event. The description, date and location will be viewable on the home screen.
  3. From here you can fill out the application for you or your band to be on the lineup for the event.
  4. Be sure to include all of the links to your social media so Event planners can get a good idea of what you can do, though this isn't necessarily required.



Technologies


API Information


The Team

  • Thomas Johnson: Team lead
  • Miles Kenner: Quality Manager
  • Kevin Provost: Front-end Developer
  • Jorge Barrientos: Back-end Developer

About

Project 2 for Northwestern Coding Boodcamp


Languages

Language:JavaScript 38.5%Language:HTML 35.0%Language:CSS 26.6%