gilabarreto / finals-app

ConcertFyi is an app that allows music enthusiasts to keep track of their favourite artists and the necessary information such as upcoming concerts, previous concerts, songs played at the concert, location of venue, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConcertFyi

Welcome to ConcertFyi, a multi-page app that allows users to keep track of their favourite artists and the necessary information such as upcoming concerts, previous concerts, setlist, location of venue, etc.

Getting started

Application

  • Create a new repository using this repository as a template.
  • Clone your repository onto your local device.
  • Install dependencies using the npm install command.
  • Start the application using the npm start command. The app will be hosted at http://localhost:3000/.
  • Go to http://localhost:3000/ in your browser.

Server

  • Navigate to the server folder in the project directory.
  • Install dependencies using the npm install command.
  • Start the backend server using the npm start command. The app will be hosted at http://localhost:4000/.

Final Product

ConcertFyi.1.mp4

When you first visit the website, you can look for an artist and you will see various options that match your search results. Clicking on the image or name will bring you to the artist's detail page.

ConcertFyi.2.mp4

As a registered user, you can save artists to your favourites list.

Dependencies

  • express
  • axios
  • jwt-decode
  • fontawesome

Tech Stack

  • Express.js
  • React
  • Postgres
  • Node.js
  • HTML
  • CSS

About

ConcertFyi is an app that allows music enthusiasts to keep track of their favourite artists and the necessary information such as upcoming concerts, previous concerts, songs played at the concert, location of venue, etc.


Languages

Language:JavaScript 76.7%Language:CSS 21.1%Language:HTML 2.3%