GithubHelp home page GithubHelp logo

react-imdb-playlist-app's Introduction

OMDB API React Application

Description

This is simple demonstration app for a React based front-end application that uses the OMDB API to allow users to search for movies, add them to a playlist, modify the playlist, and confirm the playlist.

Starting the application

This repository is divided into 2 segments - imdb-playlist-app (UI) and server (API).

  • To load the UI locally, simply cd to imdb-playlist-app and run npm install to install all necessary UI packages, followed by npm run start. npm install only needs to be run once.

  • To build the UI and serve it locally via an Express server, remain in this root directory and run npm run first-start. This will install all necessary packages (UI and API alike), and then start the build and serve process. This only needs to be run the first time, afterwards running npm run start will suffice.

Packages used

This project uses several packages to improve development efficiecny, including but not limited to:

  • react

  • react-redux

  • redux

  • React Material UI (@mui/material) as well as icons from this package

  • react-router-dom

  • uuid (for generating unique playlist IDs)

  • express (for simplicity in routing, as this will be deployed to a cloud based virtual machine)

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.