Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aparrett/blog
A very simple blog app with React and Redux.
https://github.com/aparrett/blog
Last synced: 2 days ago
JSON representation
A very simple blog app with React and Redux.
- Host: GitHub
- URL: https://github.com/aparrett/blog
- Owner: aparrett
- License: mit
- Created: 2018-06-21T01:02:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T10:42:59.000Z (almost 6 years ago)
- Last Synced: 2024-04-28T06:30:51.984Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
# Blog
Blog is a simple application that allows you to add, remove, and view blog posts. There is currently minimal styling because the goal of developing this application was to learn React. You can view Blog at [https://ap-react-blog.herokuapp.com/](https://ap-react-blog.herokuapp.com/).
This sample Blog application is the 4th application you build in the [Modern React with Redux](https://www.udemy.com/react-redux/) course taught by Stephen Grider.
## Built With
* [Redux Simple Starter](https://github.com/StephenGrider/ReduxSimpleStarter)
* [React](https://github.com/facebook/react)
* [React Router](https://github.com/ReactTraining/react-router)
* [Redux](https://github.com/reduxjs/react-redux)
* [redux-form](https://github.com/erikras/redux-form)
* [redux-promise](https://travis-ci.org/redux-utilities/redux-promise)
* [Webpack](https://github.com/webpack/webpack)
* [Axios](https://github.com/axios/axios)
* [Lodash](https://github.com/lodash/lodash)## License
This project is licensed under the MIT License.