https://github.com/pklepa/pencil-blog
NodeJS/Express/React Blog using Contentful as a CMS
https://github.com/pklepa/pencil-blog
cms contentful react router
Last synced: 29 days ago
JSON representation
NodeJS/Express/React Blog using Contentful as a CMS
- Host: GitHub
- URL: https://github.com/pklepa/pencil-blog
- Owner: pklepa
- Created: 2021-01-04T11:13:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T16:59:03.000Z (over 4 years ago)
- Last Synced: 2025-02-05T05:27:29.101Z (3 months ago)
- Topics: cms, contentful, react, router
- Language: JavaScript
- Homepage: https://blog-pencil.herokuapp.com/
- Size: 1.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopping-cart
## Description
Fully featured blog using Contentful API as a CMS and interactive with Facebook Comments.
> See it live on [https://blog-pencil.herokuapp.com/](https://blog-pencil.herokuapp.com/)
### Screenshots
#### home page

#### tag search

## Objectives & Outcomes
This project is an implementation of the minimalistic blog design by [LogWork](https://dribbble.com/shots/7273927-Sketch-Minimalist-Blog-Template-Freebie) and integrates [Contentful](https://www.contentful.com/) as a Content Management System for the blog administrator.
## Development
### Javascript Framework
- [React](https://github.com/facebook/create-react-app)
### Libraries, extensions and tools
- [Contentful](https://www.contentful.com/) - Modern content platform (CMS)
- [Facebook Social Integration](https://developers.facebook.com/) - Facebook API for delivering and managing comments in each individual article page.
- [Heroku](https://heroku.com/) - Hosting & Deployment
- [React Router](https://reactrouter.com/web/guides/quick-start) - Router tool for React applications
- [ESLint](https://eslint.org/) - A linter tool to standardize code
- [Prettier](https://prettier.io/) - Code formatter## More information