Skip to content

A web app that allows users to search for movies from different genres

Notifications You must be signed in to change notification settings

Ndace-hash/the_movie_store

Repository files navigation

The Movie Store

The Movie Store is a website that uses The Movies Database API to display recent popular movies and TV shows.

The Movie Store Home page

How to use The Movie Store

The movie store can be accessed through http://themoviestore.netlify.app. There are no complex features on the website, you can just search for a movie or tv show and the website will display movies and tv shows relevant to your searched keyword.

Contributing to this project

This section gives the step by step process for people who want to contribute to this project. To contribute to this project, you will need to have nodeJS installed so you have access to npm(Node Package Manager) and also you need git version control.

Feel free to create an issue if you fine any problems in the code.

  1. Fork this repository
    If you look in the top right corner of your screen, you will find a button labelled fork.

    Fork a repository

    Click on it and GitHub will automatically create a version of this project for you.

  2. Clone your version of the project
    Open your version of the project from your Github profile. Then can clone the repository with the following command:

    git clone https://github.com/<your username>/the_movie_store.git
    

    Clone a repository

    After running the command above, you should have a version of the respository locally on your computer.

  3. Install the project dependencies
    This Project has a few dependencies. To install the dependencies your have to go into your local version of the project with

    cd the_movie_store
    

    Then run the command:

    npm install

    and npm will go to the package.json and install all the necessary dependencies for the project. After this you are almost ready to start contributing.

  4. Create a new branch
    When you have done the first three steps, you can create an new branch where you can make you changes and add new features by running this command:

    git checkout -b your-branch-name
    

    Now you are all set to start adding new features and making changes to the project.

    When commiting changes, make sure to use descriptive commit messages.

  5. Push your code to Github
    When you are done contributing, you push your new code to Github with

    git push
    

    Now just one step left

  6. Create a pull request
    Go to your Github fork and switch to the recently pushed branch from the last step. Pull request Create a pull request with a proper description, and wait for your changes to be reviewed.

About

A web app that allows users to search for movies from different genres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published