Skip to content

vchho/mmbn3-folder-builder

Repository files navigation

MMBN3 Folder Builder (cool name coming soon*)

Built with:

Getting Started

Clone the app locally and in the root directory of the project, run:

npm install

Afterwards run:

npm run dev

The app should run on port 5173

Testing

This app has some testing via React Testing Library and Vitest.

npm run test

For coverage

npm run coverage

Features

  • Users can create / read / edit / delete their own folders that are saved in the browser's local storage
  • Users can search through the list of chips

TODOS:

  • Update UI? It's not the greatest but it's something 😶
  • Switching different chips can be slow
  • Implement chip sorting by:
    • Id - sort by chip id
    • ABCDE - sort by chip name
    • Code - sort by chip code
    • Damage - sort by chip damage
    • Element - sort by element - fire, water, elec, grass, null
    • MB - sort by megabyte size

About

A folder (deck) builder for MegaMan Battle Network 3!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages