Skip to content

Web front-end for strikr app & website.

Notifications You must be signed in to change notification settings

lukimana/strikr

Repository files navigation

Strikr

Strikr / Strikr.gg was a stat & leaderboard tracking APP for the OmegaStrikers game from Odyssey Interactive

This repository contains code for the front-end of the Desktop Companion App, which tracked match status and awakenings
And the default front-end for the website App, which displayed information available through the StrikrAPI

Strikr API

The Strikr API cannot be made public since it's a reverse engineering effort.
I have signed an NDA with Odyssey interactive and cannot disclose non-public informations about the game, how it works and where it's going.

Running Strikr

Strikr is made entirely in typescript with React via the para-framework: NextJS.
No component library was used, but instead, every commponent is built with TailwindCSS trying to following Atomic Design

# Using yarn on this example, but you can replace this with your preferred package manager

# Install dependencies, equivalent on NPM would be `npm i`
yarn

# Runs the website is developer mode
yarn dev

# Builds the website
yarn build

# Runs the website in production mode
yarn start

About

Web front-end for strikr app & website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages