https://github.com/divyanshu-rawat/stalk-git-user
An app to stalk git user.
https://github.com/divyanshu-rawat/stalk-git-user
react-js redux redux-persist redux-saga reselector
Last synced: about 2 months ago
JSON representation
An app to stalk git user.
- Host: GitHub
- URL: https://github.com/divyanshu-rawat/stalk-git-user
- Owner: divyanshu-rawat
- Created: 2018-05-08T08:12:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:46:06.000Z (over 2 years ago)
- Last Synced: 2025-02-15T01:32:40.898Z (4 months ago)
- Topics: react-js, redux, redux-persist, redux-saga, reselector
- Language: JavaScript
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)### Access Application Here:
https://nameless-springs-59663.herokuapp.com/
### Installation Instructions
* clone or download the repo. into any fresh temporary folder.
* cd into that root folder you just cloned locally.
* Open terminal in the current folder and to install all dependencies type
```javascript
npm install
```* Now typing
```javascript
npm start
```* will start a server !
* For testing run
```javascript
npm test
```##
### Contributing
1. Create your **_branch_**: `git checkout -b my-new-feature`
2. **_Commit_** your changes: `git commit -m 'Add some feature'`
3. **_Push_** to the branch: `git push origin my-new-feature`
4. Send a **Pull Request**
5. **_Enjoy!_**
##