Skip to content

karthicbz/blog-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Api (Frontend)

This is a frontend of my blog which i created with react. React is really a cool library to make javascript projects and it's really fun. You just create a components you need and you compose it to make a fullfledged javascript web app.

I used Chakra UI for user interface.

This blog has the features which consists of

  • User can view blogs posted by owner of the blog
  • user can comment on the post
  • user can edit and remove the posted comment unless it is not deleted by owner of the post.
  • user can toggle between dark and light theme 😉

Live link blog-api (frontend)
Link to my backend blog-api (backend)

Build with

My Skills

How to compile this project

  • Download or clone this repo into your local machine
  • cd into the project's folder
  • Type npm install to install the necessary modules
  • Type npm start to run compile and run the project

Screenshots

Mainpage

Page showing a list of posts by blog creator

Post section

page showing a detailed view of one of the posts

Comments section

page showing a comments for one of the posts