Coder Social home page Coder Social logo

zluther89 / bad-movies Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orhanhub/bad-movies

0.0 0.0 0.0 959 KB

A practice tool designed to cover the fundamentals of fullstack application development

License: MIT License

JavaScript 97.87% TSQL 2.13%

bad-movies's Introduction

Bad Movies

A practice tool designed to cover the fundamentals of fullstack application development

Learn the fundamentals of application structure and database integration by making a web app that renders the most horrible movies as listed on 'themoviedb.org' based on certain search criteria, namely genre. The user should be able to save a movie to their 'favorites' list and delete movies from this list.

Basic functionality:

[ ] User should be able to search for the worst movies from any of the official genres listed on 'themoviedb.org'

[ ] User should be given this official list of genres to select from and search with, filtering by selected genre

[ ] A search should find and display a limited list of movies sorted by rating in ascending order, showing the movies with the worst ratings first (figure out how to modify the API endpoint to do so)

[ ] User should be able to click on any movie in order to save it to their favorites list (mySQL database, you must make your own Schema)

[ ] If a user has navigated to their favorites page, clicking on a movie should delete it from their favorites (unlike on the main page, where clicking on a movie adds it to their favorites list)

[ ] Store your data in MySQL db (or MongoDB if/when you feel comfortable)

The API for the application, where you will query for worst movies and all official genres:

https://developers.themoviedb.org/3/getting-started/introduction


To start the server and start webpack check out package.json

Credits: Peter Park

bad-movies's People

Contributors

zluther89 avatar orhanai avatar

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.