Skip to content

JZechy/satistools

Repository files navigation

Satistools

Satistools is .NET web application for all Satisfactory players.

Projects summary

  • Common Custom made libraries for the project
    • Satistools.ModelTest Package for writing unit tests of the data model
  • Tools Custom made tools for better working with the game data
    • Satistools.ImageMove Moves all find images to frontend application and flattens the hierarchy
  • Satistools.DataReader A library for reading data.json provided by the game
  • Satistools.GameData Model layer with parsed game data for the application
  • Satistools.Web Application frontend written as react app with .NET REST API

How to develop