Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pazfelipe/netflix-vue-clone

A Netflix clone using Vue, Tailwind and Pinia (WIP)
https://github.com/pazfelipe/netflix-vue-clone

bun nuxt3 pinia tailwindcss vercel vue3

Last synced: 8 days ago
JSON representation

A Netflix clone using Vue, Tailwind and Pinia (WIP)

Awesome Lists containing this project

README

        

# Netflix Home Screen Clone

This project is a clone of the Netflix home screen, built with Nuxt 3, Tailwind CSS, Bun, and Pinia. The project is currently under development.

## Installation

To get started with this project, you need to have Bun installed. If you haven't installed Bun yet, you can do so by following the instructions on the [Bun website](https://bun.sh/).

Once Bun is installed, you can proceed with the following steps:

### Install the necessary packages

```bash
bun i
```

### Run the project in development mode

```bash
bun dev
```

## Technologies Used

- Nuxt 3: The framework for building Vue.js applications.
- Tailwind CSS: A utility-first CSS framework for styling.
- Bun: A fast all-in-one JavaScript runtime.
- Pinia: A state management library for Vue.js.

## Project Status

This project is currently a work in progress. Contributions and feedback are welcome.