Skip to content

LU347/chef-rpg-ingredients-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 

Repository files navigation

Chef RPG Interactive Map 👨‍🍳🚧[WIP]

The goal of this repository is to make it easier for players to search for an ingredient, fish, or an npc.

db-diagram

Tasks

  • Make marker objects accessible by other components
  • Populate the map with markers
  • Show more details when user clicks on a marker
  • Side bar for map key or to toggle the visibility of markers (?)
  • Change map ingredients depending on the season
  • Add possible fish per area
  • Multi-language support
  • Pull data from a database instead of JSON files
  • Use tailwindcss

How to Contribute

  1. Fork this repository
  2. Clone and install by:
    • cd chef-rpg-ingredients-map
    • npm install
    • npm run dev
  3. Submit a pull request and describe changes you made

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: