Movie CMS is an app that contains Movies. Users can add and remove movies from the list. Each movie contains information such as: Title, Category that the books belongs to, Percentage of completion, Episode that the user is watching now.
Online preview: https://josh-react-bookstore.herokuapp.com/
These instructions will get you a copy of the project up and running on your local machine for further development.
Necessary tools to be installed:
- Node.js
- React-DOM
- React-Create-App
- Redux
- React-Redux
- npm 6.4.1
- Javascript (ES6)
- HTML5
- CSS3
git clone git@github.com:tafodinho/react-redux-bookstore.git
npm start
To deploy your app in Github-pages, install gh-pages module from npm.
Run: npm install gh-pages --save-dev and then go to your package.json file,
add homepage: "homepage": "http://yuribenjamin.github.io/my-app" , at the start of the file ,
and
"scripts": {
//...
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
Finally, run npm run deploy and wait for it till is throws a Published message
