Skip to content

ting682/prayerjournal-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prayer journal frontend

This is the frontend code of my Prayer Journal app. This frontend was built using React/Redux. This app is intended for a user to submit prayer journal entries and allow people to comment and like. This app has the following features:

  • Utilizes http-only cookies to store JSON web token encrypted user information client-side.
  • Interactive React user interface allows user to perform CRUD actions and updates instantly to web application.
  • Posts entries, comments, and likes via redux-thunk to Rails API using postgreSQL database.
  • Implements Quill rich text editor allowing user to post photos and embed videos to journal entry.
  • Stores application state via Redux store allowing universal source of truth.
  • Client-side routing performed to allow access to nested routes via React Router
  • Serializes data from Rails API via JSON fast API
  • Utlilized React Bootstrap for responsive interface.

prayer journal

The code for the backend of this app can be found at prayer journal backend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published