https://github.com/sujeetjaiswara/popcorn-pluse-svelte
⚡️ Blazing-fast movie database demo with Svelte. Features: dynamic UI, API integration, popcorn-ready!
https://github.com/sujeetjaiswara/popcorn-pluse-svelte
movie-rating-app shadcn-svelte sveltekit
Last synced: 28 days ago
JSON representation
⚡️ Blazing-fast movie database demo with Svelte. Features: dynamic UI, API integration, popcorn-ready!
- Host: GitHub
- URL: https://github.com/sujeetjaiswara/popcorn-pluse-svelte
- Owner: sujeetjaiswara
- Created: 2024-01-10T20:13:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T17:19:41.000Z (8 months ago)
- Last Synced: 2025-02-23T07:35:56.073Z (7 months ago)
- Topics: movie-rating-app, shadcn-svelte, sveltekit
- Language: Svelte
- Homepage: https://popcorn-pluse-svelte.vercel.app
- Size: 751 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍿 Popcorn Plus Svelte
Welcome to the **Popcorn Plus Svelte** project! This repository contains the source code for a Svelte-based application that enhances your movie-watching experience. 🎬
## 📋 Table of Contents
- Introduction
- Features
- Installation
- Usage
- Contributing
- License## 🌟 Introduction
Popcorn Plus Svelte is a modern web application built with Svelte. It provides users with a seamless and interactive way to browse and manage their favorite movies. 🍿
## ✨ Features
- **User-friendly Interface**: Enjoy a clean and intuitive UI.
- **Fast Performance**: Experience lightning-fast load times thanks to Svelte's efficient rendering.
- **Movie Search**: Easily find movies with our powerful search feature.
- **Favorites List**: Keep track of your favorite movies.## 🛠️ Installation
To get started with Popcorn Plus Svelte, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/sujeetjaiswara/popcorn-pluse-svelte.git
```
2. **Navigate to the project directory**:
```bash
cd popcorn-pluse-svelte
```
3. **Install dependencies**:
```bash
npm install
```## 🚀 Usage
To run the application locally, use the following command:
```bash
npm run dev
```Open your browser and navigate to `http://localhost:5000` to see the app in action. 🎉
## 🤝 Contributing
We welcome contributions! If you'd like to contribute, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.## 📄 License
This project is licensed under the MIT License. See the LICENSE file for more details.