Skip to content

A React Redux Blog with Firebase Authentication and Realtime Database

Notifications You must be signed in to change notification settings

ato205/react-redux-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Blog with Firebase

A simple blog written in React Redux with Firebase Authentication and Realtime Database

Live demo: https://react-redux-simpleblog.herokuapp.com/

Tools

Tools used in this ReactJS Project

  • React
  • React Router
  • Redux
  • Redux Form
  • Redux Thunk
  • Bootstrap
  • SASS
  • Halogen- A collection of loading spinners with React.js
  • React sAlert - Alerts / Notifications for React with rich configuration options

Structure

├── actions
│   ├── authAction.js
│   └── postAction.js
├── api
│   └── Firebase.js
├── common
│   └── configureStore.js
├── components
│   ├── form
│   │   ├── forms.js
│   │   └── postForm.js
│   ├── posts
│   │   ├── comment.js
│   │   ├── post.js
│   │   └── postView.js
│   ├── alert.js
│   ├── loader.js
│   ├── pagination.js
│   └── requireAuth.js
├── containers
│   ├── posts
│   │   ├── editPost.js
│   │   ├── newPost.js
│   │   ├── postIndex.js
│   │   ├── postListContainer.js
│   │   └── showPost.js
│   ├── users
│   │   ├── login.js
│   │   ├── profile.js
│   │   └── register.js
├── reducers
│   ├── authReducer.js
│   ├── index.js
│   ├── postReducer.js
│   └── postsReducer.js
├── index.css
├── index.js
├── index.scss

About

A React Redux Blog with Firebase Authentication and Realtime Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published