Skip to content

Blog application - Frontend project with React, React Router, Redux

Notifications You must be signed in to change notification settings

longnghiem/blog-application-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live demo here

Project summary

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.

Languages used

  • Html
  • Css
  • Javascript: React 16.4, Redux 4.0, React-router 4.3

Getting started

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

License

This project is licensed under the MIT License.

About

Blog application - Frontend project with React, React Router, Redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published