Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jdmiguel/louper
- Owner: jdmiguel
- Created: 2018-06-12T13:44:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T09:16:23.000Z (4 months ago)
- Last Synced: 2024-07-07T10:33:43.525Z (4 months ago)
- Topics: material-ui-react, msw, react, react-testing-library, threejs, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://louper.netlify.app/
- Size: 5.17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.