Skip to content

antoniosergiojr/antonioflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANTONIOFLIX

ANTONIOFLIX | Imersão React da Alura

The web project was developed in the week of immersion react - Alura (github) based on Netflix.

📌 Index


💻 Technologies

  • Front end
    • ReactJS
    • React-router-dom
    • React-slick (to make sliders)
    • Styled-components
    • React-flash-message
  • Back end
    • Json server
  • Tool for find and fix problems in your javascript code
    • ESLint
  • Task automation with npm
    • Concurrently

🚀 How to run

Cloning the repository

  # Cloning repository
  git clone https://github.com/antoniosergiojr/antonioflix.git

Running web project

  # Accessing web project
  cd antonioflix
  
  # Install dependencies
  npm i
  
  # Running web project
  npm run dev