Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obrm/my-breweries
React app to display as a list Breweries from an API and add them to favorites.
https://github.com/obrm/my-breweries
muiv5 normalize-css react react-helmet react-router-dom redux-toolkit sass-framework typescipt
Last synced: 30 days ago
JSON representation
React app to display as a list Breweries from an API and add them to favorites.
- Host: GitHub
- URL: https://github.com/obrm/my-breweries
- Owner: obrm
- Created: 2022-11-27T11:22:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T13:52:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T03:21:59.315Z (about 1 month ago)
- Topics: muiv5, normalize-css, react, react-helmet, react-router-dom, redux-toolkit, sass-framework, typescipt
- Language: TypeScript
- Homepage: https://obrm-my-breweries.netlify.app
- Size: 868 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Breweries
A React with TypeScript app to display as a list Breweries from an API and add them to favorites.
## Website
https://obrm-my-breweries.netlify.app
## Usage
### Install Dependencies
```
yarn
```### Run (:3000)
```
yarn start
```## Build
```
yarn build
```