Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ianhaggerty/robofriends

A little app demonstrating best practices. Bootstrapped with create-react-app. State hoisted to a redux store with redux-thunk as the side effect model.
https://github.com/ianhaggerty/robofriends

create-react-app demo gh-pages pwa react redux redux-thunk

Last synced: 1 day ago
JSON representation

A little app demonstrating best practices. Bootstrapped with create-react-app. State hoisted to a redux store with redux-thunk as the side effect model.

Awesome Lists containing this project

README

        

# Robofriends

This is an application created with [React](), [Tachyons](),
[Robohash API](https://robohash.org/) & [JSON Placeholder API](https://jsonplaceholder.typicode.com/).

Bootstrapped with [Create React App](https://reactjs.org/docs/create-a-new-react-app.html) and served on [GitHub Pages](https://pages.github.com/).

## Giffy Demos!

![Demo](robo-demo.gif)

## Deployment

You can find a production build of the App [here](https://ianhaggerty.github.io/robofriends/).

## Other Dependencies

[React Spinners](https://github.com/davidhu2000/react-spinners)

## Other Links

- [Favicon Generator](https://realfavicongenerator.net/)

This will generate the necessary files deploy in app stores.

- [Service worker without HTTPS](https://stackoverflow.com/questions/38728176/can-you-use-a-service-worker-with-a-self-signed-certificate)

`chrome://flags`

`Allow invalid certificates for resources loaded from localhost`

`Insecure origins treated as secure`

- [CRA PWA Template](https://github.com/cra-template/pwa)

## Credits

[Ian Haggerty](https://github.com/ianhaggerty) Wrote the code! Built the repo, added some new features.

[Andrei Neagoie](https://github.com/aneagoie) Our visionary course instructor!