Skip to content

Deepikakolli4/StreamFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

StreamFlix

StreamFlix is a platform where users can browse, search, and favorite movies. It provides an easy-to-use interface for discovering new movies and keeping track of favorites.

Features

  1. Browse Different Movies: Users can browse through a wide variety of movies.
  2. Search Movies: Users can search for movies based on their preferences.
  3. Favorite Movies: Users can mark their favorite movies for quick access later.

Demo

Check out the live demo of StreamFlix here:
StreamFlix Demo

Installation

To install StreamFlix on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/streamflix.git
  2. Navigate to the project folder:
  3. cd streamflix
  4. Install the dependencies:
  5. npm install
  6. Start the development server:
    npm start
    
    

Now you should be able to access StreamFlix in your browser at http://localhost:3000.

Usage

Once the app is running:

Browse Movies: Navigate through the homepage to see a collection of featured movies. Search Movies: Use the search bar at the top to find movies by title, genre, or actor. Favorite Movies: Click on the heart icon next to a movie to mark it as your favorite. You can view all your favorites from the "Favorites" section. Contributing We welcome contributions! To get started:

Fork the repository.

Create a new branch (git checkout -b feature-branch).
Make your changes and commit them (git commit -am 'Add new feature').
Push to your fork (git push origin feature-branch).
Create a pull request from your fork to the main repository.
Please make sure to follow the code style and test your changes before submitting a pull request.

About

StreamFlix is a platform where users can browse, search, and favorite movies. It provides an easy-to-use interface for discovering new movies and keeping track of favorites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors