Skip to content

ojeffpinheiro01/jeffFlix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JeffFlix 📺

Overview   |    How to use   |    How to contribute

Overview 📖

Recreating the Netflix interface.

How to use 🔥

Clone this repository 💾

$ git clone https://github.com/ojeffoinheiro/jeffFlix.git

Go into the repository 📁

$ cd jeffFlix

Install the dependencies 🔧

npm i

Run

$ npm start

How to contribute ⚙️

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.