Skip to content

pritam-patil/moview

Repository files navigation

React: v16 material-ui: v3.0 webpack: v4.12.1 License: MIT Build: passing

Find movie to watch!

Features:

  • Built using semantic-ui for React
  • Find a movie with custom filters - genre / rating / year / runtime

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to have following installed to use the software -

Setup

To get a copy of this project and start developing,

git clone https://github.com/pritam-patil/moview.git
cd moview
yarn

Running the project

To develop the project locally, you need only do -

yarn start

With hot reloading support, the app will start getting server on port 3000.

To run the production mode for deployment purposes, do -

npm run prebuild

dist directory would be created by running above command.

Known issues:

  1. If styles are not loaded, try rebuilding node-sass,
npm rebuild node-sass

TODO:

  • Setup travisCI for CI/CD
  • Add test framework with Enzyme-Jest
  • Add storybook
  • Add lint, prettier, node serve

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details