Skip to content

rks107/favorite-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fovorite Movie App

Project Deploy Link

Click Here

Create a new project

make sure you have npm, node and create-react-app tool

create-react-app project-name

OR

git clone https://github.com/rks107/favorite-movies/

Starting of Project

npm start

Project Structure

src
├── Action
│   └── index.js
├── components
│   ├── App.js
│   ├── MovieCart.js
│   └── Navbar.js
├── Reducer
│   └── index.js
├── index.css
└── index.js

Hosting the project on Github

Open package.json and add

Steps:

1. npm run build

2. Install the gh-pages package as a “dev-dependency” of the app (npm i gh-pages)

3. "homepage": "http://{Github-username}.github.io/{Github-repo-name}"

4. "scripts": {
      //…
      "predeploy": "npm run build",
      "deploy": "gh-pages -d build"
    }

5. npm run deploy
  

About

A React Project where you can search for your favorite movies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published