Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jdmiguel/louper

React application to search github users
https://github.com/jdmiguel/louper

material-ui-react msw react react-testing-library threejs typescript vite vitest

Last synced: about 4 hours ago
JSON representation

React application to search github users

Awesome Lists containing this project

README

        

## LOUPER

Single page application intended to search github users by name and display some data such as their repositories, followers and following. In addition, it includes a 3D interactive globe that displays the number of github users by country.

![Screenshot](./public/screenshot.jpg 'Louper')

### TECHNOLOGIES

- **VITE**
- **REACT**
- **REACT FIBER**
- **REACT DREI**
- **TYPESCRIPT**
- **MATERIAL-UI**
- **VITEST**
- **REACT-TESTING-LIBRARY**
- **MSW**

### API

The [GITHUB API](https://docs.github.com/en/rest) is used in this project.