Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zachhardesty7/connect-door

Progressive Web App (PWA) built with Gatsby, Contentful, & Netlify. Allow us to connect you to your home.
https://github.com/zachhardesty7/connect-door

Last synced: about 9 hours ago
JSON representation

Progressive Web App (PWA) built with Gatsby, Contentful, & Netlify. Allow us to connect you to your home.

Awesome Lists containing this project

README

        

# Connect Door (Website)

Progressive Web App (PWA) built with [Gatsby][gatsby], [Contentful][contentful], & [Netlify][netlify]. Allow us to connect you to your home.

## Description

This repo hosts a SSR app hosted with Netlify that renders data from Contentful. Uses a [Standard JS & Airbnb hybrid style formatting][style].

## Dependencies & Installation

Clone this repo and then run the following commands to start the hot module reloading local server:

``` bash
yarn install
yarn run dev
```

## Known Issues

* hero design lacks unique character, could find more interesting way to display image
* mobile header menu wraps somewhat inelegantly

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request

## License

Copyright 2018-2020 Zachary Hardesty

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[Full Apache 2.0 License Source](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Special Acknowledgements

* [Javascript Standard JS & Airbnb Hybrid Style][style] - Airbnb's JS ESLint config + JS Standard Style
* [Gatsby v2][gatsbyGH] - Build blazing fast, modern apps and websites with React
* [React][reactGH] - A declarative, efficient, and flexible JavaScript library for building user interfaces
* [Semantic UI React][semanticGH] - The official Semantic-UI-React integration
* [Font Awesome React][faGH] - Font Awesome 5 React component using SVG with JS
* [React Scroll][scrollGH] - Component for animating vertical scrolling

[gatsby]: https://www.gatsbyjs.org/
[gatsbyGH]: https://github.com/gatsbyjs/gatsby/
[contentful]: https://www.contentful.com/
[netlify]: https://www.netlify.com/
[style]: https://github.com/doasync/eslint-config-airbnb-standard
[reactGH]: https://github.com/facebook/react
[semanticGH]: https://github.com/Semantic-Org/Semantic-UI-React
[faGH]: https://github.com/FortAwesome/react-fontawesome
[scrollGH]: https://github.com/fisshy/react-scroll