The goal of this repository is to make it easier for players to search for an ingredient, fish, or an npc.
- 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
- Fork this repository
- Clone and install by:
- cd chef-rpg-ingredients-map
- npm install
- npm run dev
- Submit a pull request and describe changes you made
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh