Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.23 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.23 KB

MyGitHub

See your GitHub repositories and it's commits. Made with React, Redux, SASS(.scss), and CSS Modules.

Table of Contents

1-Installation

Clone the repository(https://github.com/lucasalmeida92/mygithub):

git clone https://github.com/lucasalmeida92/mygithub.git

and install the dependecies with the command:

npm install

2-Running

In terminal, go to project's root directory and run:

npm start

3-Building

In terminal, go to project's root directory and run:

npm run build

4-ES6+ used features

- Default function arguments:

Used in Repository and Commit services to set page 1 as default if not passed in as argument

- Object Spread Syntax:

To combine state, initialState and action payload in reducers

- Arrow Functions:

To make a cleaner code

5-Support

Please open an issue for support.

6-Contributing

Please create a branch, add commits, and open a pull request.