/github-explorer

✨ Explore github repositories.

Primary LanguageTypeScriptMIT LicenseMIT

Github Explorer

Github top language Github language count Repository size License

🚧 Github Explorer 🚀 Under construction... 🚧


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Build a github explorer with React.

Features

  • Route

    • repository home page
    • repository search page
    • repository detail page
  • features

    • infinite scrolling to fetch data
    • scroll to top
    • filters (sort by, order, etc...)

🚀 Technologies

The following tools were used in this project:

Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Myoschen/github-explorer

# Access
$ cd github-explorer

# Install dependencies
$ pnpm i

# Run the project
$ pnpm dev

# The server will initialize in the <http://localhost:5173>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Myos

 

Back to top