Skip to content

A web application which fetches the github data and activity of a user and display it as a graphical representation ,Built by using react with redux

License

Notifications You must be signed in to change notification settings

vinitraj10/watchmygit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE

This october You can also find Whether You are getting A t-shirt or not in Hacktoberfest-2k17 by entering your username and it will tell you whether you have completed 4 PR's or not along with your commit details and activity chart

PREVIEW

OVERVIEW

An Application Built with React and Redux which Gives All important data of github user in very decent fashion and lot more cool feature yet to be added It could be really useful for those who are willing to hire any developer,It provides very readable data of github users & lot more feautures are yet to be added

SETUP

Install Dependcies-

  npm install

Run Server-

  npm run dev

Working

I have Used React.js for handling the client side of the application,the app don't have any server side,so it does not contain any databases to store the data.Also I Used Redux for managing the different states of the application.Redux is a great state manager for react like Flux,MobX

Redux Brief:-

In Redux we have the following processes:-

  • actions:-A action is all about the user actions like onclick,onChange etc.
  • reducers:-A reducer is something which returns a state after some user actions get fired.
  • containers:-This is very similar to react components,The only thing which make it different is components are stateless(Dumb) but containers are statefull and changes the view as state changes. So Using them is a good practice to keep your project structure more elegant.

About

A web application which fetches the github data and activity of a user and display it as a graphical representation ,Built by using react with redux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published