Skip to content

jquintozamora/react-responsive-menu-component

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Responsive menu component built in React

This is a sample proyect for Responsive menu component built in React

Demo

You can see a demo here -> React Responsive Menu

Responsive Menu Closed:

Responsive Menu Closed

Responsive Menu Opened:

Responsive Menu Opened

Features


Features NOT INCLUDED (TODOs)

  • Testing. Integrate with Jest
  • Linting. Integrate with eslint



Getting Started

Install pre-requisites

Clone Repo

  1. Get the url of your forked project.
  2. Click on "Clone or download" and Copy to clipboard the url ending on .git.
  3. Open your command line and go to your directoy
    You don't need to create a specific folder for the project, it will be created by git
  4. Clone your forked repo on your machine:
$ git clone https://github.com/username/react-responsive-menu-component.git

Note: That will create a new folder called react-responsive-menu-component with all the files in.

Install Project dependencies

Use npm i or npm install, which will be use the package.json file located in the current location.

$ cd react-responsive-menu-component  
$ npm i

Open the project with your Development IDE

I use VS Code https://code.visualstudio.com Open the project using this command:

$ code .

Start development server with Hot Reloading

$ npm run start

Done!



Contributing

Please feel free to add your own improvement. I am waiting your Pull Request (PR).

License

MIT License Copyright (c) 2016 Jose Quinto Zamora

Releases

No releases published

Packages

No packages published

Languages