- Built using semantic-ui for React
- Find a movie with custom filters - genre / rating / year / runtime
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have following installed to use the software -
To get a copy of this project and start developing,
git clone https://github.com/pritam-patil/moview.git
cd moview
yarn
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.
- If styles are not loaded, try rebuilding node-sass,
npm rebuild node-sass
- Setup travisCI for CI/CD
- Add test framework with Enzyme-Jest
- Add storybook
- Add lint, prettier, node serve
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
This project is licensed under the MIT License - see the LICENSE.md file for details