It's a react app, which helps you in getting your github followers and helps you in searching in your followers. I have used the redux for state management external dependencies:
- redux, react-redux: for state management.
- redux-thunk as a middleware, which keeps eye on response from the api and updates the store the following.
- For UI components I have used the Material UI package, which provides the well designed componentts.
- To run this project follow these steps ,
- clone the repo using
git clone
- navigate to folder
project-my-app
- run
npm install
to instal node modules - run
npm start
to start the service onlocalhost:3000
- clone the repo using
- Refresh issue, once after getting the followers in slider.
- Two times render of the search result.