Git Product home page Git Product logo

user-centric-frontend-dev-milestone-project-2's Introduction

Dave Brubeck Quartet Website

View the live project here.

This is a fan site for people who want to learn more about the David Brubeck Quartet. Visitors can explore quartet member bios, the full commercial discography, view some images of the band, view David Brubecks social media accounts and finally reach out to the band in the contacts page.

User Experience (UX)

Wireframes - Balsamiq

-   Desktop Wireframe - (PDF under /wireframe directory)

-   Tablet Wireframe - (PDF under /wireframe directory)

-   Mobile Wireframe - (PDF under /wireframe directory)

Features

  • Responsive on all device sizes

  • Interactive elements

Technologies Used

Languages Used

Frameworks, Libraries & Programs Used

  1. Bootstrap 4.4.1:
    • Bootstrap was used to assist with the responsiveness and styling of the website.
  2. Hover.css:
    • Hover.css was used on the Social Media icons in the footer to add the float transition while being hovered over.
  3. Google Fonts:
    • Google fonts were used to import the 'Fondamento and Acme' fonts into the style.css file which is used on all pages throughout the project.
  4. Font Awesome:
    • Font Awesome was used on all pages throughout the website to add icons for aesthetic and UX purposes.
  5. jQuery:
    • jQuery came with Bootstrap to make the navbar responsive but was also used for the smooth scroll function in JavaScript.
  6. Git
    • Git was used for version control by utilizing the Gitpod terminal to commit to Git and Push to GitHub.
  7. GitHub:
    • GitHub is used to store the projects code after being pushed from Git.
  8. Gimp:
    • Photoshop was used to create the logo, resizing images and editing photos for the website.
  9. Balsamiq:
    • Balsamiq was used to create the wireframes during the design process.
  10. Awesome Screenshots:
    • Awesome Screenshots was used to create the screenshots during the documentation process.

Testing

The W3C Markup Validator and W3C CSS Validator Services were used to validate every page of the project to ensure there were no syntax errors in the project.

Testing User Stories from User Experience (UX) Section

  • First Time Visitor Goals

    1. As a First Time Visitor, I want to easily understand the main purpose of the site and learn more about the Dave Brubeck Quartet.

      1. As a First Time Visitor, I want to know who was in the David Brubeck Quartet .
      2. As a First Time Visitor, I want to be able to get a brief biography of all the members of the quartet from the years 1951 to 2012 .
      3. As a First Time Visitor, I want to see the entire commercial discography of the David Brubeck Quartet.
    2. As a First Time Visitor, I want to be able to easily be able to navigate throughout the site to find content.

      1. The site has been designed to be informative about the quartet members.
      2. At the top of all the pages there is clear navigation to direct you to all pages available.
  • Returning Visitor Goals

    1. As a Returning Visitor, I want to find the new programming challenges or hackathons.

      1. There are reference to facts about the quartet members.
      2. Visitors, can research albums and their release dates.
      3. Returning Visitors can link to view the social media accounts of David Brubeck.
      4. Returning Visitors are able to get in contact with The David Brubeck Quartet.

Further Testing

  • The Website was tested on Google Chrome, Internet Explorer, Microsoft Edge and Safari browsers.
  • The website was viewed with a variety of devices such as Desktop, Laptop, iPhone7, iPhone 8 & iPhoneX with the use of Chrome DevTools.
  • A large amount of testing was done to ensure that all pages were linking correctly.
  • Lighthouse Auditor was used to review the site and provide documentation to point out any bugs and/or user experience issues. Results located in lighthouse-audit directory

Known Bugs

  • Any improvements that can be made to the site to achieve a better performance score has been documented in the lighthouse audit reports.

Deployment

GitHub Pages

The project was deployed to GitHub Pages using the following steps...

  1. Log in to GitHub and locate the GitHub Repository
  2. At the top of the Repository (not top of page), locate the "Settings" Button on the menu.
    • Alternatively Click Here for a GIF demonstrating the process starting from Step 2.
  3. Scroll down the Settings page until you locate the "GitHub Pages" Section.
  4. Under "Source", click the dropdown called "None" and select "Master Branch".
  5. The page will automatically refresh.
  6. Scroll back down through the page to locate the now published site link in the "GitHub Pages" section.

Forking the GitHub Repository

By forking the GitHub Repository we make a copy of the original repository on our GitHub account to view and/or make changes without affecting the original repository by using the following steps...

  1. Log in to GitHub and locate the GitHub Repository
  2. At the top of the Repository (not top of page) just above the "Settings" Button on the menu, locate the "Fork" Button.
  3. You should now have a copy of the original repository in your GitHub account.

Making a Local Clone

  1. Log in to GitHub and locate the GitHub Repository
  2. Under the repository name, click "Clone or download".
  3. To clone the repository using HTTPS, under "Clone with HTTPS", copy the link.
  4. Open Git Bash
  5. Change the current working directory to the location where you want the cloned directory to be made.
  6. Type git clone, and then paste the URL you copied in Step 3.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Press Enter. Your local clone will be created.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `CI-Clone`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.

Click Here to retrieve pictures for some of the buttons and more detailed explanations of the above process.

Credits

Code

  • Bootstrap4: Bootstrap Library used throughout the project mainly to make site responsive using the Bootstrap Grid System.

  • W3Schools : For Photo gallery, Responsive Topnav, Audio player, Tab menu, Image slider)

    -   Title: <Responsive Photo Gallery Tutorial> * Author: <W3schools> * Date: <7/19/20> * Availability: <https://www.w3schools.com/css/tryit.asp?filename=trycss_image_gallery_responsive> 
    
    
    -   Title: <Responsive Topnav Tutorial> <w3-animate-fading gallery>
                *    Author: <W3schools>
                *    Date: <7/16/20>
                *    Availability: <https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_topnav>
                *                   <https://www.w3schools.com/w3css/tryit.asp?filename=tryw3css_slideshow_fading>
    
    
    -   Title: Audio Media Tutorial W3schools 
        Availability: https://www.w3schools.com/tags/att_audio_autoplay.asp
    
    -   Title: <Tab Menu Tutorial><How TO - Tabs>
                *    Author: <W3schools>
                *    Date: <7/18/20>
                *    Availability: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_tabs
    
    
    -   Title: Responsive Photo Gallery Tutorial> 
                *    Author: <W3schools>
                *    Date: <7/19/20>
                *    Availability: <https://www.w3schools.com/css/tryit.asp?filename=trycss_image_gallery_responsive>
    
  • CSS-Tricks * CSS-Tricks Modal - Bootstrap Documentation Refernce https://css-tricks.com/creating-a-modal-image-gallery-with-bootstrap-components * Modal markup: https://getbootstrap.com/docs/4.4/components/modal/ * Carousel markup: https://getbootstrap.com/docs/4.4/components/carousel/ -->

Content

Media

Acknowledgements

  • Ashish Srivastava for continuous helpful feedback.

user-centric-frontend-dev-milestone-project-2's People

Contributors

heyson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.