hemantso / movienchill

MovieNchill browsing wep app created with React/Redux and TMDB API.

Home Page:https://movienchill.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues License: MIT LinkedIn


Logo

MovieNchill

MovieNchill browsing wep app created with React/Redux and TMDB API.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This is a Single Page Application (SPA) built with React and Redux to browse and search movies. The design of the web app resembles Netflix. The data is fetched from TMDB API.

image image image

Routes:

  • / - home page.
  • /details/:id - movie details page.

Features:

  • Search movie
  • View movie details
  • movie trailer

Built With

  • React
  • Redux
  • ESLint
  • Stylelint
  • SASS
  • Styled components
  • npm
  • TMDB API
  • Prop-types
  • Netlify

Live demo

Deployed to Netlify - live demo.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm

    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/hemant-soni-vst-au4/movienchill.git
  2. Change directory

    cd movienchill
  3. Install NPM packages

    npm install
  4. Start the local server

    npm start

Roadmap

Check the issues.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

👤 Hemant soni

Acknowledgements

About

MovieNchill browsing wep app created with React/Redux and TMDB API.

https://movienchill.netlify.app/


Languages

Language:JavaScript 80.7%Language:CSS 15.5%Language:HTML 3.8%