Giter Club home page Giter Club logo

tabletop-gamers's Introduction

๐ŸŽฒ TABLETOP GAMERS ๐Ÿƒ

Readme Landing Image

Project Overview

The aim behind this project is to demonstrate my skills in the following areas:

  • Designing a frontend web application, based around the principles of user experience, design, accessibility. All while being responsive so that the design is represented well on any device used to access the site.

  • Developing and implementing a static frontend web application using HTML & CSS.

  • Maximizing future maintainability through documentation, code structure and organisation.

  • Usage of version control software to maintain, upload and share code with other developers.

  • Testing and deploying a frontend web application to a cloud platform.


Site Overview

The focus will be on creating a website for a fictional venue to use as a platform to advertise their services, create a single point of reference for upcoming events, display images/photos from previous events, and allow users to sign up to a newsletter.

The target audience is existing tabletop gamers, and newcomers showing an interest in Tabletop Games.

Tabletop games are games that are normally played on a table or other flat surface, such as board games, card games, dice games, miniature wargames, or tile-based games. [1]

Such games can also usually be played via a Virtual Tabletop (VTT) such as Tabletop Simulator, Fantasy Grounds or Roll20.

The site will contain references to both forms of tabletop gaming.


Table of contents:


User Experience (UX)

User Stories:

  • First Time Visitor Goals

    • As a first time visitor, I want to easily understand the main purpose of the site.
    • As a first time visitor, I want to be able to navigate the site to find content easily.
    • As a first time visitor, I want to understand what tabletop gaming is.
    • As a first time visitor, I want to locate the social media links.
  • Returning Visitor Goals

    • As a returning visitor, I want to find information on upcoming events.
    • As a returning visitor, I want to be able to reach out and connect with an existing community, and find the best way to get in contact with any questions I may have.
  • Frequent Visitor Goals

    • As a frequent visitor, I want to see if there are any new photos added to the gallery.
    • As a frequent visitor, I want to sign up to the Newsletter so that I am emailed with any updates on news, events and offers.

Design:

Colours:

  • #fafafa #fafafa
  • #555 #555
  • #660000 #660000
  • #910000 #910000
  • #eeee00 #eeee00

These are the main colours used throughout the project, and contract was checked between the different colours using a Contrast Grid.

Contrast Grid Image

Typography:

  • Two fonts are used throughout the project, Roboto is used for all main text. With Exo being used for headings. Sans Serif as the fallback font in case for any reason the font is not being imported into the site correctly.

Imagery:

  • Imagery is especially important in this project, the large hero background image is designed to be striking and catch the user's attention.

Wireframes

To organize and streamline the development process, I created wireframes for this project, to help me during the development process and to prevent scope creep.

Below are links to each wireframe page of the project, created to cover both Mobile and Desktop versions.


Features:

  • Responsive on all device sizes
  • Interactive elements

Technologies Used:

A small amount of Javascript is used for opening and closing the navigation menu on smaller screens. This was implemented instead of having to bring in the boot-strap framework just for this feature.

Frameworks, Libraries and Programs Used:

  1. Google Fonts:

    • Google fonts was used to import the 'Roboto' & 'Exo' fonts into the style.css file which is used on all pages throughout the project.
  2. Font Awesome:

    • Font Awesome was used on all pages throughout the website to add icons for aesthetic and UX purposes.
  3. Git:

    • Git was used for version control by utilizing the Gitpod terminal to commit to Git and Push to GitHub.
  4. GitHub:

    • GitHub is used to store the projects code after being pushed from Git.
  5. Balsamiq:

    • Balsamiq was used to create the wireframes during the design process.

Planning Stage

Target Audience:

  • People who are already playing tabletop games, but are looking for a group to play and socialize with.
  • People who are new to tabletop games, looking to join a group of existing players.
  • People who have never heard of tabletop games previously.
  • People who have heard of tabletop games, but are looking for more information on the subject.

Site Aims:

  • Provide the user with some basic information on what tabletop games are, and include external links to free resources for further reading.
  • Provide the user an option to sign up to a newsletter.
  • Provide the user with a timeline of future events.
  • Provide the user with a photo/image gallery for past events.
  • Provide the user with a summary of services offered, and a location on where to join a group.

How I Achieved This:

  • Starting with the home page, this will provide a summary of what tabletop gaming is, and include at a glance information on events, about who the client is, and what services they offer.

  • Each subject will then have a dedicated page (About / Events / Gallery), each containing further information.

  • The about page will contain information about the client, and the services they offer.

  • The events page will contain a timeline of dates / times and locations for upcoming events.

  • The gallery page will contain an assortment of images/photos, captured from within the clients premises and from recently held events.

  • Each page will have a header containing the company name and logo, along with the navigation elements, and a footer containing a small form for signing up to the newsletter, along with social media links, and a Google Map displaying the venues location.

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, locate the "Settings" Button on the menu.
  3. Scroll down the Settings page and locate "GitHub Pages".
  4. Under "Source", click the dropdown called "None" and select "Master Branch".
  5. Scroll back down to locate the now published site link in the "GitHub Pages" section.

Forking the GitHub Repository

By forking the GitHub Repository you make a copy of the original repository on your GitHub account to view and/or make changes without affecting the original repository.

You can do this by completing 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/Niki-Tester/tabletop-gamers.git

Link to deployed website:

GitHub Pages - Tabletop Gamers


Testing

Both during and after development issues/bugs were found as part of the testing process, where results did not meet expectations. These issues/bugs have been documented separately, and can be found below.

This is also where any testing that has been completed will be documented, and resolutions to raised issues.

Development & Post Development Testing Document


Credits:

Citations

[1] - Leading line from Wikipedia - Tabletop Game

Tabletop Games article - Wikipedia - Tabletop Game

Virtual / Digital Tabletop Games article - Wikipedia - Digital Tabletop Game

Media

Logo used in header owned by developer.

Hero Image used in index.html by Christopher Paul High from Unsplash

All images in gallery.html are from Pexels with a "Free to use" license.

Acknowledgements

  • Slack community for all the feedback, and help testing the project on various devices.

  • My Mentor for continuous helpful feedback.

  • Tutor support at Code Institute for their support.

tabletop-gamers's People

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.