Skip to content

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

License

Notifications You must be signed in to change notification settings

MukulTan10/cinesimile

 
 

Repository files navigation

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 soon end up being an open source contributor 😎. Please read the CONTRIBUTING document before starting to contribute to this project.

  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 the React development server.
$ npm start
  1. Do something amazing (FYI, pick an issue from the issue list, and add a comment stating that you're going to work on it.)

  2. Commit and push the changes.

$ git add .

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

$ git push origin master
  1. Finally, create a pull request.

  2. That's it! Hopefully you'll get some Hacktoberfest swag 😇.

Additional Information

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

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

Additional Additional information

  1. Spread the word, help your friends to get a Hacktoberfest T-Shirt too! 😁

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 17.2%
  • CSS 5.2%
  • SCSS 1.5%
  • Shell 0.2%