Skip to content

joaovictor3g/simple-github-repo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See your respositories on GitHub in an easy peasy way.

  • Login screen:

  • Logged screen:

Project

Another way to see your repositories on GitHub and navigate to them, using public API from GitHub.

How to run?

  • Clone this repository.
  • Go to cd backend and npm install, to install the dependencies and npm run dev to start.
  • Go to cd frontend and npm install and npm start to start.
  • Open http://localhost:3000, in browser.
  • There is a limit on requests to the GitHub public API, which is 60 per hour, so if you are going to test be careful. :v

How to contribute?

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature
  • Commit changes: git commit -m 'feat: My new feature'
  • Push branch: git push origin my-feature

License

MIT license. See license on LICENSE

About

main repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published