Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 890 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 890 Bytes

Blog Client

Link to web page: https://blog-jordan.herokuapp.com

Description

The purpose of the client side code is to provide a user interface that will allow the user to use the server routes with user inputs, and display the blogs that excist.

The web page purpose is to store text files in your user, the files are not private so everyone else can see your text files, but not edit them. This site is very handy for learning purposes to store your text documents on the server, and to share with other people.

Technologies

    Framework: React with Redux.
    React Libraries: react-router-dom, react-waypoint, react-modal.
    Design Framework: Material-ui.

Problems & Solutions

    Scrollbar didn't work for some reason, used vh units instead of percentage for the height fixed it.