https://github.com/jdrgoms/orgs-hub
A simple react app that displays informatoin about GitHub organizations
https://github.com/jdrgoms/orgs-hub
github react typescript
Last synced: about 2 months ago
JSON representation
A simple react app that displays informatoin about GitHub organizations
- Host: GitHub
- URL: https://github.com/jdrgoms/orgs-hub
- Owner: jdrgoms
- Created: 2022-04-23T18:10:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T13:07:36.000Z (about 4 years ago)
- Last Synced: 2025-10-25T02:43:56.001Z (8 months ago)
- Topics: github, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# orgs-hub
A simple react app that displays informatoin about GitHub organizations
### What is inside?
This project uses lot of stuff as:
- [TypeScript](https://www.typescriptlang.org/)
- [Styled Components](https://styled-components.com/)
- [Jest](https://jestjs.io/)
- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro)
- [Storybook](https://storybook.js.org/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
### Getting Started
First, run the development server:
```bash
npm run start
# or
yarn start
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Commands
- `start`: runs your application on `localhost:3000`
- `build`: creates the production build version
- `lint`: runs the linter in all components and pages
- `test`: runs jest to test all components and pages
- `storybook`: runs storybook on `localhost:6006`