An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![image](https://cdn.sanity.io/images/lo6epx6n/production/6fc56afaaca64d9670fa9735bd36045d2c7d83d1-6000x4500.jpg)

# 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.