WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

deesclouds/ShowStash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search for movies

This project is building a movie app to display movies.

gif of react-movie-app

Tools for this project:

Bootstrapped with Create React App. [OMDB API] (http://www.omdbapi.com/) - collects the posters for the movies we're searching for. Insomnia to play with the API anc check the JSON received from our requests. Bootstrap

Installation:

This creates a new React app in our directory. npx create-react-app movie-app

This command will install packages which might take a couple of minutes. It will install react, react-dom, react-scripts with cra-template.

A git repo will be initialized and the template's dependencies will be using npm.

Commands:

npm start - starts the dev server To view within browser open to http://localhost:3000. Page will reload when changes are made and ESLint errors displays within the console.

npm run build - bundles the app into static files for production and optimizes the build for the best performance. After build is minified the filenames include hashes.

npm text - starts the test server in interactive watch mode.

npm run eject - removes this tool and copies build dependencies, config files and scripts into the app directory. THERE'S NO GOING BACK AFTER RUNNING THIS COMMAND! There's no need to use eject.

Getting Started:

In Terminal:

cd TV-Shows-and-Movie-Tracker npm install bootstrap npm start

Visit the app within the browser locally on port 3000.

About

Saves favorite shows and movies to watch later

Topics

Resources

Stars

Watchers

Forks