Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zachhardesty7/connect-door
- Owner: zachhardesty7
- License: mit
- Created: 2018-09-05T01:28:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:23:05.000Z (7 months ago)
- Last Synced: 2024-03-29T20:29:45.291Z (7 months ago)
- Language: JavaScript
- Homepage: https://theconnectdoor.com
- Size: 13.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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