Coder Social home page Coder Social logo

shrinish123 / guessmovie Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 11.0 74 KB

GuessMovie is a movie Guessing game along with a search engine for your movies, TV shows, web series built using Node JS and Express Server.

CSS 16.34% JavaScript 67.78% Handlebars 15.88%

guessmovie's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @shrinish123
  • ๐Ÿ‘€ Iโ€™m interested in ...
  • ๐ŸŒฑ Iโ€™m currently learning ...
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
  • ๐Ÿ“ซ How to reach me ...

GitHub Streak

Coolchirutha's Github Stats

guessmovie's People

Contributors

bornahrastovec avatar j-tesla avatar munal0803 avatar shrinish123 avatar tejan-singh avatar tejas1510 avatar

Watchers

 avatar

guessmovie's Issues

add contributing.md file

  • repository is missing important contributing.md file. I would like to add one which will contain all the general contributions guidelines.

Update header section

  • I would like to add styling and background colour to heading and search box to improve UI.

Include point system for the game

Currently the game only tells you whether the answer that you gave is right is wrong. Add some point system to make the game more interesting

Code of Conduct

The project is currently missing the Code of Conduct file which is important for open source project
So can I go for it @shrinish123

Update readme

  • I would like to add swag badges and stats badges to readme to make it look attractive.

start with node in deployment

nodemon isn't for deployment. It is a utility that speeds up the development process removing the need for restarting the server everytime we change the code.
If the server crashes due to a bug in the code, nodemon waits for change in any code. There may also occur any permission issues elsewhere because nodemon is installed inside the nodemodules of the project when deploying elsewhere. (cloud)

So, set npm start script to node and add a dev script to start with nodemon. This is a commonly used convention.

apikey should be a secret

const url = 'http://www.omdbapi.com/?t='+ encodeURIComponent(movieName) + '&apikey=74648ab2'

It is not a good idea to embed api key in the code, especially when you are putting your code in public.
As the number of api calls per api calls is limited and many people using the same api key may cause problems.
It is better to store apikey as an environment variable and add instructions to developers to get their own api key. (it ain't that hard)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.