Skip to content

EmilionR/jedi-blades-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Jedi Blades! Our website shows our wide selection of lightsabers. Whether you are a Jedi or a Sith, we have the perfect lightsaber for you.

Our lightsabers are made from the finest materials and are built to last. They are perfect for dueling or for display. We also have lightsaber accessories such as stands and cases to help you take care of your lightsaber. So come on in and take a look at our selection. May the Force be with you!

GitHub commit activity GitHub last commit GitHub repo size

Landing page

UX

User Goals

Whether you are a Jedi or a Sith, you can find the perfect lightsaber for your purpose and budget.

  • See all the available lightsabers
  • View details of each lightsaber so that you can find the right one for you
  • See all the legendary characters who have used each type of lightsaber

User Stories

All user stories are mapped to Issues in Github, with acceptance criteria and tasks. We tracked the issues with a Github Project progress board and grouped them into Epics so that we could follow Agile methodology.

EPIC - UI & Navigation

  • Dark side toggle: As a site user I can join the dark side so that I can be a sith lord
  • Accessible UI/UX: As a user with disabilities I can use the site in a way that works for me so that I can enjoy the site without struggle
  • Improved Ease of Use: As a site user I can interact with the page intuitively so that I have a nice experience with the site
  • Responsive design: As a site user I can view the page in a format appropriate for my screen so that I can use the site as intended on any device
  • Site Navigation: As a site user I can easily navigate the site so that I can find any page or section without issues
  • Content Policy: As a user I can trust jedi-blades so that I can understand the the rights of their imagery and intentions

EPIC - Lightsabers

  • Lightsaber Details: As a site user I can view a dedicated page for a specific lightsaber so that I can learn more about it
  • List of Lightsabers: As a site user I can see a list of all lightsabers so that I can browse and find the one I want to see

EPIC - Characters

  • Character List: As a site user I can view a list of characters so that I can browse and find any character
  • Character Details Page: As a site user I can view a character's details page so that I can learn more about the character
  • Scrolling Text Hero Star Wars Style: As a site user I can see from the hero text what the site is about so that I understand the content of the website

EPIC - Team Page

  • Team page: As a site user I can view a page about the team so that I can learn about the developers behind the project
  • Team members: As a site user I can see the team members so that I can learn more about the team

Structure

Entity relationship diagram

Features

Landing page

The landing page includes:

  • A header with navigation links and a footer with social, team, and legal links.
  • A button so the user can choose to play Star Wars music while picking their favorite lightsaber.
  • A scrolling intro section in the style of the Star Wars intro text, so the user can read all about Jedi Blades.
  • A "Choose your path" button to filter the available lightsabers by light and/or dark side
  • The selection of lightsabers. Each lightsaber card shows an image, the name, color, and owner of the lightsaber, and buttons to see a detail about that saber or character.
  • The cursor, in the shape of a lightsaber.
  • Compatibility with reduced motion settings

Lightsaber details

Each lightsaber's details include an image of the saber, its name, which character wields it, and its design and lore so that users can pick their perfect weapon.

Character details

Each character's details include an image, the character's name, light/dark side alignment, home planet, and lore.

Team page

The team page shows the talented Sabersmiths who forged the Jedi Blades project.

Surface

Wireframes

To follow best practice, wireframes were developed for mobile, tablet, and desktop sizes. we choose to used Balsamiq to design our site wireframes.

Click here to see all Wireframes
Original desktop wireframe Original tablet wireframe Original mobile wireframe

We developed this wireframe to help build the Lightsaber and Character list pages, and the Team page:

Lightsaber list page wireframe

Then we had more ideas for scrolling text and a Light Side/Dark Side options:

Landing page wireframe

The Team page:

Team page wireframe

And the About page:

About page wireframe

Color Palette

The official Star Wars yellow and black provided inspiration:

Official Star Wars colors

We used CSS :root variables to easily update the global colour scheme by changing only one value, instead of everywhere in the CSS file.

:root {
  --bg: black;
  --sw-yellow: #ffe81f;
  --saber-blue: hsl(223, 94%, 58%);
  --saber-red: #c13d3d;
  --saber-white: #ddddff;
  /* Color palette */
  --light-grey: #d6d6d6;
  --dark-grey: #333533;
  /* Fonts */
  --title1: "Star Wars", sans-serif;
  --title: "Orbitron", sans-serif;
  --main-font: "Raleway", sans-serif;
  /* Glassmorphism */
  --glass-bg: rgba(255, 255, 255, 0.2);
  --glass-radius: 16px;
  --glass-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  --glass-backdrop: blur(4px);
  --glass-border: 1px solid rgba(255, 157, 157, 0.13);
  /* Commonly used CSS properties for consistency */
  --transition: all 0.3s linear;
  --spacing: 0.25rem;
  /* Borders */
  --dark-border: 2px solid #202020;
  --dark-shadow: 2px -2px 15px 0 #202020;
}

We used official colors for the lightsabers that are specific to each character:

  • Blue: #2e67f8
  • Green: #2ff924
  • Red: #c13d3d
  • Purple: #7851a9
  • Yellow: #f9ff58
  • White: #ddddff

Typography

We used Google Fonts for this project. The titles are Orbitron, which is a Google Fonts option similar to the Star Wars logo font:

Title font

The main font is Raleway, which is clear and easy to read, for accessibility:

Main font

Surface updates during development

During development, we refined the visual design, using images and colors to create mood and depth.

Screenshots

The lightsaber cards on the landing page:

Lightsaber list on the landing page

Lightsaber details:

Lightsaber detail

Character details:

Character detail

The Team page:

Team page

Testing

Lighthouse reports

Desktop landing page:

Lighthouse testing desktop landing page

Desktop team page:

Lighthouse testing desktop team page

Mobile landing page:

Lighthouse testing mobile landing page

Mobile team page:

Lighthouse testing mobile team page

Future Implementations

Tools & Technologies Used

  • Git used for version control. (git add, git commit, git push)
  • Git used for secure online code storage.
  • Gitpod used as a cloud-based IDE for development.
  • HTML used for the main site content.
  • CSS used for the main site design and layout.
  • JavaScript used for user interaction on the site.
  • Python used as the back-end programming language.
  • Heroku used for hosting the deployed back-end site.
  • Django used as the Python framework for the site.
  • PostgreSQL used as the relational database management.
  • WhiteNoise used for serving static files with Heroku.
  • AWS S3 used for online static file storage.
  • Balsamiq used for creating wireframes.
  • Canva used for creating wireframes.
  • Bootstrap used as the front-end CSS framework for modern responsiveness and pre-built components.
  • Font Awesome used for the icons.
  • ChatGPT used to help debug, troubleshoot, and explain things.

Credits

Thanks to the whole team!