Skip to content

wesleyr6/react-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Movies Project using React Hooks

This is a create react app using react hooks

Goal

Allow us to get movies, get movies details and search for movies.

REST API

themoviedb

React Pattern

ESLint using Airbnb styleguide

Styles

sass without any frameworks

Preview

Check it out

Instructions

To get started developing right away:

Config Env Vars

Create an .env file in the root of the project with the following information

  • REACT_APP_ENV = dev
  • REACT_APP_API_URL = https://api.themoviedb.org/3
  • REACT_APP_API_KEY = your API key

Client

  • install all project dependencies with npm install
  • start the development server with npm start

Libraries

  • axios
  • eslint-config-airbnb
  • moment
  • node-sass
  • prop-types
  • query-string
  • react
  • react-dom
  • react-helmet
  • react-rating
  • react-router-dom
  • react-scripts