Skip to content

hassanajazch/github-repo-search-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Repo Search - React

Development:

  • I have implemented built repo search application using react
  • I have used React Hooks for building components.
  • Use component based approach. All components are inside src/components. And write Github API call as service inside src/services
  • Write unit test using JEST
  • I use Material-UI for UI development

Running Step

  • Install node v12.18.0
  • Install Node packages - npm install
  • Run unit test - npm start
  • Run unit test - npm run test

Code Style

  • Perfectly follow Single Responsibility rule
  • Add prettier to keep code ident
  • Use ESLint to follow patterns and standards of JavaScript
  • Use TRY - Catch for error handling

Testing

  • I have used JEST for testing
  • Use AAA pattern for writing unit test (Arrange, Act, Assert)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published