Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 630 Bytes

React-Responsive-Navbar

A Ready responsive Navbar for ReactJs with Hamburger menu. Just change Name and logo and you're good to go.

demo

Setup Navbar locally and start creating project.

  1. Fork this repository
  2. Clone this project locally using

git clone https://github.com/{your-username}/React-Responsive-Navbar.git

  1. cd React-Responsive-Navbar
  2. npm install
  3. npm run start
  4. Change Navbar Section names from NavbarItems.js fitting your needs.
  5. Change Name and Logo and you're done.