Skip to content

digidub/blog-admin-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API Frontend

A React front-end client built to interact with my REST API backend.

The app allows an authorised user to create, read, update and delete blog posts and manage user comments, and includes frontend error handling for any errors returned by the server. All backend API data is kept in sync with the client using state management.

Project Link

Screencast.from.04-11-21.09.21.01.webm.mov

Skills Employed

In building this project I leveraged the following concepts and technologies:

  • React
    • Rendering of fetched API data using lifecycle hooks and conditional rendering
    • Synchronicity of data using the useState hook
    • Modular component based design
    • The use of the useContext hook to manage authorisation
  • Fetch API
    • Using the native browser fetch API to handle fetch requests and handle errors
  • Styled-components
    • Styling react elements

About

React frontend for blog API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published