Skip to content

estebansolo/react-movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactMovie

This is a resposive Movie Web App with ReactJS in a Udemy course. It uses The movie db to display information.
I also include what I learned in the PWA Course

What I Learned

  • PWA
  • Sass
  • Hooks
  • Service Workers
  • Stateless and Stateful components
  • I better understood the use of different ReactJS themes

Scripts

  • npm install to install dependencies
  • npm start for Development environment
  • npm run serve for Production environment