Coder Social home page Coder Social logo

kia-nah's Introduction

Kia-Nah

A matchmaker app made as a PoC when I was playing Honkai Impact. Never finished because Mihoyo did put some similar system on the game a while after I started planning and building it (Their system was reputation-based and it was really difficult to keep up with the latest game techniques as an individual)

It was originally writen in Lambda for Firebase using FireStore, but the backend code got lost and only the early HTML prototype stayed. I ported it to SvelteKit as an exercise and for the sake of having some trace of it :D

Install and use (local)

Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building (prod)

npm run build

Updating the content

  • Valkyries are stocked in a simple "json" file : static/data/db.json.
  • Their picture is loaded from the static/img/card/{ShortName}.png file (Where "ShortName" is the usual 2-letter or more nick given, like "SN", "CH" or "HoV")
  • The database is generated from the "tier.csv" file
  • All compositions where originally inputted on FireStore but I didn't backup them, so you're stuck with the basic static "default" one ... Unless you're interested on rebuilding this, but that would be madness !

kia-nah's People

Watchers

PC avatar

Forkers

yowenhow

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.