karthicbz / blog-frontend

My Personal blog created with react and chakra ui

Home Page:https://karthicbz.github.io/blog-frontend/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My Personal blog created with react and chakra ui

https://karthicbz.github.io/blog-frontend/


Languages

Language:JavaScript 93.9%Language:HTML 5.6%Language:CSS 0.5%