Live demo here
The objective of this project is to build a simple blog application.
- Users can view all blogs on Home page.
- Users can add new, edit and delete blog.
- Users can filter blogs by tags.
- Blog tags are created dynamically by users.
- Blogs' data are stored by Redux.
- Html
- Css
- Javascript: React 16.4, Redux 4.0, React-router 4.3
Clone the project:
> git clone git@github.com:longnghiem/blog-application-react.git
> cd blog-application-react
Then make sure to use branch 'master':
> git checkout master
> npm install
> npm start
This project is licensed under the MIT License.