“Star Wars Planets Tutorial Using SVG & JS”

August 01, 2017

This is a walkthrough detailing how to create a single paged software application in which our stand in for a real world product is going to be a fun exercise displaying a catalog of Star Wars planets. In addition to the fun aspects of animating planets, our development process, will include implementations for two different business models.

By the end of this journey, we will have lleveraged a large number of digital tools & Resources..

Digital Tool List:

  • Sketch
  • SCSS
  • JavaScript
  • Webpack
  • React.js
  • Excel
  • IaaS

Most of those tools are for pixel pushing. While some have to do with business logic. And only a few are for running the product.

Development Timeline

An outline of basic steps:

  1. Deliverable/Actionable Brainstorming
  2. Setting up Infrastructure for continuous and piecemeal improvements.
  3. Development & Iterative Feedback
  4. Research & Optimization & Growth

Our development timeline will go something like this. Initial conception, followed by iterative brainstorming.

Once we have a good handle on defining the design direction we will be focusing in parallel on two types of tasks:

  1. One being grunt-esque work such as scripts for build, testing and deployment; Project Documentation for code; And other business forms or legalese.

  2. In parallel, on the other side we will be doing the fun stuff. Actual iterative development. This includes implementing UI’s, business logic, and product features.

Going a little bit more specific, we will be building out our website front-end mostly leveraging React.js and the javascript ecosystem around build its tools, I will go into the reasons as to why, later. Next, our stateless app will be served up as lightweight static site using a simple golang server. Again, the rationale on this choice I will go into later.

For this specific tutorial I’ll be using Sketch by Bohemian, to build out interesting interactive planets and animating them with CSS.

Whats Covered In Here

I’ll be covering numbers 2 & 3 today.

  • Setting up Infrastructure for continuous and piecemeal improvements.
  • Development & Iterative Feedback

Read through to the end for the other sections.

Setting Up Infrastructure:

  1. build scripts
  2. folder structure

Project Ideas

https://www.google.com/search?q=youtube+kurzgesagt&oq=youtube+kur&aqs=chrome.0.0j69i57j0l4.4790j0j7&sourceid=chrome&ie=UTF-8#q=youtube+kurzgesagt+planets

https://www.amazon.com/Cosmos-Carl-Sagan/dp/0345331354

https://www.google.com/search?q=star+wars+planets&oq=star&aqs=chrome.4.69i57j0j69i60l2j69i59j69i65.3295j0j4&sourceid=chrome&ie=UTF-8

http://starwars.wikia.com/wiki/Alderaan


Matthew Clemens © 2022