Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narze/pokemon-sleep-kitchen
A tool for Pokemon Sleep that lists applicable recipes from ingredients you have.
https://github.com/narze/pokemon-sleep-kitchen
fundme hacktoberfest pokemon pokemon-sleep svelte
Last synced: 2 months ago
JSON representation
A tool for Pokemon Sleep that lists applicable recipes from ingredients you have.
- Host: GitHub
- URL: https://github.com/narze/pokemon-sleep-kitchen
- Owner: narze
- Created: 2023-09-17T18:20:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T04:31:50.000Z (6 months ago)
- Last Synced: 2024-07-11T05:38:36.631Z (6 months ago)
- Topics: fundme, hacktoberfest, pokemon, pokemon-sleep, svelte
- Language: TypeScript
- Homepage: https://pokemon-sleep-kitchen.vercel.app
- Size: 1.74 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Pokemon Sleep Kitchen
A tool for Pokemon Sleep that lists applicable recipes from ingredients you have.
## Features
- List recipes from ingredients you have
- Filter by recipe type (Curry, Salad, Dessert)
- Remember ingredients with local storage
- Keyboard mode
- `Tab` to switch between ingredients
- `Left` & `Right` to change quantity on ingredient in focus
- Type in numbers `0` - `9` to change quantity on ingredient in focus
- `Backspace` or `Delete` to reset ingredient quantity## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```