GitHub Repos is a web app that displays the most popular GitHub repositories for a selected programming language. Keep up with the latest open-source projects and trends in your favorite language with GitHub Repos.
This app was built using React, SASS, Next.js, JavaScript, and SWR.
- View the top repositories for a selected programming language
- Clean and modern UI
To get started with Github Repos, either visit the Live website or simply clone the repository and install the dependencies:
git clone https://github.com/liquid-O2/github-repos.git
cd github-repos
npm install
Then, start the development server:
npm run dev
Your Github Repos app will be available at http://localhost:3000
To run the test suite, simply run:
npm run test
- React - A JavaScript library for building user interfaces
- SASS - A stylesheet language that extends CSS with features such as variables and mixins
- Next.js - A framework for building server-rendered React applications
- JavaScript - A programming language used for building web applications
- SWR - A React Hooks library for data fetching
If you'd like to contribute to Github Repos, please fork the repository and make your changes as a separate branch. Once you've made your changes, open a pull request and we'll review your submission.