/cinesimile

CineSimile is a platform that shows similar movies for a specific movie.

Primary LanguageJavaScriptMIT LicenseMIT

Open Source Love MIT Licence Hacktoberfest PRs Welcome Twitter Account Actions Status Website simile.znbt.ml GitHub forks GitHub stars GitHub watchers GitHub contributors GitHub issues GitHub issues-closed GitHub pull-requests GitHub pull-requests closed

forthebadge forthebadge forthebadge forthebadge forthebadge

CineSimile

CineSimile is a platform where you can find similar movies for a given movie. Currently, we are in the phase of finding similarity between the movies. So keep in touch, and we'll let you know.

Hacktoberfest Notice

image

Hacktoberfest 2020 is around the corner and we very much welcome your wonderful contribution and you can also win a Hacktoberfest T-Shirt as a token of appreciation. Visit https://hacktoberfest.digitalocean.com/ and check it out how to contribute to open source and be an open source hero 😁.

How to contribute

Thank you for showing interest in CineSimile, an open sourced platform to find similar movies. Please follow the steps and you'll end up being a open source contributor 😎.

  1. Fork the repository.

  2. Clone the repository to your machine.

$ git clone https://github.com/<username>/cinesimile.git
  1. Install node_modules 🤣.
$ npm install
  1. Start React development server.
$ npm start
  1. Do something amazing (FYI, pick an issue from the issue list, and add a comment that you'll going to work on it.)

  2. Now commit and push the changes.

$ git add .

$ git commit -m "your commit message (make it meaningful and short)"

$ git push origin master
  1. Now create a pull request.

  2. That's it.

  3. Hopefully you'll get a Hacktoberfest swag 😇.

Additional information

  1. If you are creating a new pull request please update your fork.
$ git pull upstream master

(Do this before you are creating another pull request. By doing this your fork will be up-to-date with the main repository.)

Additional Additional information

  1. Spread around the word, let your friends also get a Hacktoberfest T-Shirt 🤣.