https://github.com/liquid-o2/github-repos
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.
https://github.com/liquid-o2/github-repos
javascript nextjs react react-hooks reactjs sass sass-framework swr
Last synced: 12 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/liquid-o2/github-repos
- Owner: liquid-O2
- Created: 2022-08-31T19:46:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T15:55:21.000Z (about 3 years ago)
- Last Synced: 2025-03-28T23:43:55.392Z (12 months ago)
- Topics: javascript, nextjs, react, react-hooks, reactjs, sass, sass-framework, swr
- Language: SCSS
- Homepage: https://github-repos-minimal.vercel.app/
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# GitHub Repos
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.
## Features
- View the top repositories for a selected programming language
- Clean and modern UI
## Getting Started
To get started with Github Repos, either visit the [Live website](https://github-repos-minimal.vercel.app/)
or simply clone the repository and install the dependencies:
```bash
git clone https://github.com/liquid-O2/github-repos.git
cd github-repos
npm install
```
Then, start the development server:
```bash
npm run dev
```
Your Github Repos app will be available at `http://localhost:3000`
## Testing
To run the test suite, simply run:
```bash
npm run test
```
## Built With
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
- [SASS](https://sass-lang.com/) - A stylesheet language that extends CSS with features such as variables and mixins
- [Next.js](https://nextjs.org/) - A framework for building server-rendered React applications
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) - A programming language used for building web applications
- [SWR](https://swr.vercel.app/) - A React Hooks library for data fetching
## Contributing
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.