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

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

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`