Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhonbergmann/recipes-playlist
▶️ Simple application to playlist of YouTube - recipe videos.
https://github.com/jhonbergmann/recipes-playlist
json-server radix-ui tawilwind typescript vite vitest zustand
Last synced: about 1 month ago
JSON representation
▶️ Simple application to playlist of YouTube - recipe videos.
- Host: GitHub
- URL: https://github.com/jhonbergmann/recipes-playlist
- Owner: jhonbergmann
- License: mit
- Created: 2024-06-05T02:39:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T01:20:14.000Z (5 months ago)
- Last Synced: 2024-07-13T02:32:09.623Z (5 months ago)
- Topics: json-server, radix-ui, tawilwind, typescript, vite, vitest, zustand
- Language: TypeScript
- Homepage:
- Size: 45.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Recipes Playlist
Simple video player application, separated by modules using Tailwind for customization and Zustand for state management
## 📦 Tech Stack
- Vite
- Typescript
- Tailwind CSS
- Zustand[check in package.json](/package.json)
## 🔩 Installation
To install and run the project locally, follow these steps:
1. Install [**Yarn**](https://yarnpkg.com/) on your computer
1. Clone the repository `git clone https://github.com/jhonbergmann/recipes-playlist.git`
1. Navigate to the project directory: `cd recipes-playlist`
1. Install the dependencies: `yarn install`## ⚙️ Usage
1. Start the development server: `yarn server` and `yarn dev`
1. Now access the following url in your browser: `http://localhost:5173/`## 📝 License
[MIT © Jhonatan Bergmann](https://github.com/jhonbergmann/recipes-playlist/blob/main/LICENSE)